 | StudentAccountAdmissionsYr Property |
Gets or sets the Admissions Year for the student.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic int AdmissionsYr { get; set; }
Public Property AdmissionsYr As Integer
Get
Set
public:
property int AdmissionsYr {
int get ();
void set (int value);
}
function get AdmissionsYr () : int
function set AdmissionsYr (value : int)
function get_AdmissionsYr();
function set_AdmissionsYr(value);
Property Value
Type:
Int32The Admissions Year.
See Also