 | PersonIsStudent Property |
Gets or sets a value indicating whether this person is a student.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic bool IsStudent { get; set; }
Public Property IsStudent As Boolean
Get
Set
public:
property bool IsStudent {
bool get ();
void set (bool value);
}
function get IsStudent () : boolean
function set IsStudent (value : boolean)
function get_IsStudent();
function set_IsStudent(value);
Property Value
Type:
BooleanTrue if this person is a student; otherwise,
False.
See Also