Share via


ISite.IsEndpointParametersEnabled Property

Definition

Whether this site is EndpointParameters enabled for channel

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

Property Value

Attributes

Applies to