  | PersonConstituentConsHouseholdID Property  | 
 
            Gets or sets the cons household ID.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string ConsHouseholdID { get; set; }Public Property ConsHouseholdID As String
	Get
	Set
public:
property String^ ConsHouseholdID {
	String^ get ();
	void set (String^ value);
}function get ConsHouseholdID () : String
function set ConsHouseholdID (value : String)
function get_ConsHouseholdID();
function set_ConsHouseholdID(value);
Property Value
Type: 
StringThe cons household ID.
See Also