 | FacultySectionParameterNextYear Property |
Gets or sets the This Year / Next Year flag.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic bool NextYear { get; set; }
Public Property NextYear As Boolean
Get
Set
public:
property bool NextYear {
bool get ();
void set (bool value);
}
function get NextYear () : boolean
function set NextYear (value : boolean)
function get_NextYear();
function set_NextYear(value);
Property Value
Type:
BooleanReturns the sections for Next Year if true, otherwise return sections for the current year.
See Also