 |
AddressStreet3 Property |
Third row of the Street address (refers to address 3 field 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 Street3 { get; set; }
Public Property Street3 As String
Get
Set
Dim instance As Address
Dim value As String
value = instance.Street3
instance.Street3 = value
Property Value
Type:
String
Street3 As String.
Remarks Note |
---|
- Name - Street3
- Length - 60
- Required On Insert - False
- Required On Update - False
|
See Also