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