  | AddressMiniIsAdditionalContact Property  | 
 
            Gets a value indicating whether this address is an additional contact address.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic bool IsAdditionalContact { get; set; }Public Property IsAdditionalContact As Boolean
	Get
	Set
public:
property bool IsAdditionalContact {
	bool get ();
	void set (bool value);
}function get IsAdditionalContact () : boolean
function set IsAdditionalContact (value : boolean)
function get_IsAdditionalContact();
function set_IsAdditionalContact(value);
Property Value
Type: 
BooleanTrue if this instance is an additional contact; otherwise, 
False.
            
See Also