IAddress.Address2 Property

Definition

The second line of the Address. Optional.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The second line of the Address. Optional.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="address2", Update=true)]
public string Address2 { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The second line of the Address. Optional.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="address2", Update=true)>]
member this.Address2 : string with get, set
Public Property Address2 As String

Property Value

Attributes

Applies to