Share via


ISite.IsV1Enabled Property

Definition

Whether this site is enabled for Bot Framework V1 protocol.

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Whether this site is enabled for Bot Framework V1 protocol.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isV1Enabled")]
public bool? IsV1Enabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Whether this site is enabled for Bot Framework V1 protocol.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isV1Enabled")>]
member this.IsV1Enabled : Nullable<bool> with get, set
Public Property IsV1Enabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to