|  | 
| AddressCounty Property  | 
 
  County (has special validation rules if 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: 2021.1.0.1
 Syntax
Syntaxpublic string County { get; set; }Public Property County As String
	Get
	Set
Dim instance As Address
Dim value As String
value = instance.County
instance.County = value
Property Value
Type: 
String
  County As String.
 
 Remarks
Remarks|  Note | 
|---|
| Name -  CountyLength -  19Required On Insert -  FalseRequired On Update -  False
 | 
 See Also
See Also