| SolutionYear Property |
[This is preliminary documentation and is subject to change.]
Set year for planning studies
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int Year { get; set; }
Public Property Year As Integer
Get
Set
public:
property int Year {
int get ();
void set (int value);
}
member Year : int with get, set
function get_Year();
function set_Year(value);
Property Value
Type:
Int32See Also