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