 | AddressIsPrimaryAddress Property |
Gets or sets a value indicating whether this address is primary address.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic bool IsPrimaryAddress { get; set; }
Public Property IsPrimaryAddress As Boolean
Get
Set
public:
property bool IsPrimaryAddress {
bool get ();
void set (bool value);
}
function get IsPrimaryAddress () : boolean
function set IsPrimaryAddress (value : boolean)
function get_IsPrimaryAddress();
function set_IsPrimaryAddress(value);
Property Value
Type:
BooleanTrue if this address is primary address; otherwise,
False.
See Also