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