Click or drag to resize

Person2IsStudent Property

Gets 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)
Syntax
public bool IsStudent { get; set; }

Property Value

Type: Boolean
True if this person is a student; otherwise, False.
See Also