  | ParentStudentEntityNo Property  | 
 
            Gets or sets the entity number.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic int EntityNo { get; set; }Public Property EntityNo As Integer
	Get
	Set
public:
property int EntityNo {
	int get ();
	void set (int value);
}function get EntityNo () : int
function set EntityNo (value : int)
function get_EntityNo();
function set_EntityNo(value);
Property Value
Type: 
Int32The entity number for the individual.
See Also