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