 | AddressMiniIsEmergencyContact Property |
Gets or sets a value indicating whether this address is set as an emergency contact address.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic bool IsEmergencyContact { get; set; }
Public Property IsEmergencyContact As Boolean
Get
Set
public:
property bool IsEmergencyContact {
bool get ();
void set (bool value);
}
function get IsEmergencyContact () : boolean
function set IsEmergencyContact (value : boolean)
function get_IsEmergencyContact();
function set_IsEmergencyContact(value);
Property Value
Type:
BooleanTrue if this address is set as an emergency contact address; otherwise,
False.
See Also