 |
AddressStateOrProvinceCode Property |
StateOrProvinceCode (has special validation rules if the country is CAN or USA and is not valid when country is UK)
Lookup: StateProvince
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 StateOrProvinceCode { get; set; }
Public Property StateOrProvinceCode As String
Get
Set
Dim instance As Address
Dim value As String
value = instance.StateOrProvinceCode
instance.StateOrProvinceCode = value
Property Value
Type:
String
StateOrProvinceCode As String.
Remarks Note |
---|
- Name - StateOrProvinceCode
- Length - 2
- Required On Insert - False
- Required On Update - False
|
See Also