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