Click or drag to resize

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)
Syntax
public Nullable<int> NewAddressNo { get; set; }

Property Value

Type: NullableInt32
The 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