 | ResultAddressNewAddressNo Property |
Gets or sets the new address number.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic Nullable<int> NewAddressNo { get; set; }
Public Property NewAddressNo As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> NewAddressNo {
Nullable<int> get ();
void set (Nullable<int> value);
}
function get NewAddressNo () : Nullable<int>
function set NewAddressNo (value : Nullable<int>)
function get_NewAddressNo();
function set_NewAddressNo(value);
Property Value
Type:
NullableInt32The new address number.
Remarks
NewAddressNo is set when return from calls that add new addresses. This new address number
is a pending number until approved - at this time, a new address number will be generated.
See Also