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