 | Person2ConstituentInfo Property |
PersonConstituent Information.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic PersonConstituent ConstituentInfo { get; set; }
Public Property ConstituentInfo As PersonConstituent
Get
Set
public:
property PersonConstituent^ ConstituentInfo {
PersonConstituent^ get ();
void set (PersonConstituent^ value);
}
function get ConstituentInfo () : PersonConstituent
function set ConstituentInfo (value : PersonConstituent)
function get_ConstituentInfo();
function set_ConstituentInfo(value);
Property Value
Type:
PersonConstituentAn object containing constituent information
Remarks
Data will exist if the IsConstituent field is true
See Also