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