Compartir a través de


IBot.OpenWithHint Property

Definition

The hint to browser (e.g. protocol handler) on how to open the bot for authoring

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="The hint to browser (e.g. protocol handler) on how to open the bot for authoring", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="openWithHint")]
public string OpenWithHint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="The hint to browser (e.g. protocol handler) on how to open the bot for authoring", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="openWithHint")>]
member this.OpenWithHint : string with get, set
Public Property OpenWithHint As String

Property Value

Attributes

Applies to