 | RosterStudentID Property |
Gets or sets the student ID.
Namespace:
SeniorSystemsWS.Entity.Academic
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string StudentID { get; set; }
Public Property StudentID As String
Get
Set
public:
property String^ StudentID {
String^ get ();
void set (String^ value);
}
function get StudentID () : String
function set StudentID (value : String)
function get_StudentID();
function set_StudentID(value);
Property Value
Type:
StringThe student ID.
See Also