ISite.IsTokenEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether this site is token enabled for channel
[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Whether this site is token enabled for channel", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isTokenEnabled")]
public bool? IsTokenEnabled { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Whether this site is token enabled for channel", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isTokenEnabled")>]
member this.IsTokenEnabled : Nullable<bool>
Public ReadOnly Property IsTokenEnabled As Nullable(Of Boolean)
Property Value
- Attributes