다음을 통해 공유


IFacebookChannelProperties.VerifyToken Property

Definition

Verify token. Value only returned through POST to the action Channel List API, otherwise empty.

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

Property Value

Attributes

Applies to