|  | 
| AddressStreet2 Property  | 
 
  Second row of the Street address (refers to address 2 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: 2021.1.0.1
 Syntax
Syntaxpublic string Street2 { get; set; }Public Property Street2 As String
	Get
	Set
Dim instance As Address
Dim value As String
value = instance.Street2
instance.Street2 = value
Property Value
Type: 
String
  Street2 As String.
 
 Remarks
Remarks|  Note | 
|---|
| Name -  Street2Length -  60Required On Insert -  FalseRequired On Update -  False
 | 
 See Also
See Also