Compartir a través de


ISmsChannel.AccountSid Property

Definition

The Sms account SID. Value only returned through POST to the action Channel List API, otherwise empty.

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="The Sms account SID. Value only returned through POST to the action Channel List API, otherwise empty.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="accountSID")]
public string AccountSid { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="The Sms account SID. Value only returned through POST to the action Channel List API, otherwise empty.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="accountSID")>]
member this.AccountSid : string with get, set
Public Property AccountSid As String

Property Value

Attributes

Applies to