 |
AddressZipOrPostalCode Property |
ZipOrPostalCode (has special validation rules if the country is CAN or USA and refers to Postcode when country is UK)
Namespace:
ASI.TAM.API.Data.UI.Shared
Assembly:
ASI.TAM.API.Data.UI.Shared (in ASI.TAM.API.Data.UI.Shared.dll) Version: 2020.1.0.1
Syntaxpublic string ZipOrPostalCode { get; set; }
Public Property ZipOrPostalCode As String
Get
Set
Dim instance As Address
Dim value As String
value = instance.ZipOrPostalCode
instance.ZipOrPostalCode = value
Property Value
Type:
String
ZipOrPostalCode As String.
Remarks Note |
---|
- Name - ZipOrPostalCode
- Length - 10
- Required On Insert - False
- Required On Update - False
|
See Also