 | StudentRelationshipStudentEntityNo Property |
Gets or sets the student entity number.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic int StudentEntityNo { get; set; }
Public Property StudentEntityNo As Integer
Get
Set
public:
property int StudentEntityNo {
int get ();
void set (int value);
}
function get StudentEntityNo () : int
function set StudentEntityNo (value : int)
function get_StudentEntityNo();
function set_StudentEntityNo(value);
Property Value
Type:
Int32The student entity number.
See Also