 | AddressMiniHouseholdID Property |
Gets or sets the household ID.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string HouseholdID { get; set; }
Public Property HouseholdID As String
Get
Set
public:
property String^ HouseholdID {
String^ get ();
void set (String^ value);
}
function get HouseholdID () : String
function set HouseholdID (value : String)
function get_HouseholdID();
function set_HouseholdID(value);
Property Value
Type:
StringTwo linked constituents will share the same household ID.
See Also