  | PersonConstituentConstituentID Property  | 
 
            Gets or sets the constituent ID.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string ConstituentID { get; set; }Public Property ConstituentID As String
	Get
	Set
public:
property String^ ConstituentID {
	String^ get ();
	void set (String^ value);
}function get ConstituentID () : String
function set ConstituentID (value : String)
function get_ConstituentID();
function set_ConstituentID(value);
Property Value
Type: 
StringThe constituent ID.
See Also