다음을 통해 공유


ISite.IsDetailedLoggingEnabled Property

Definition

Whether this site is disabled detailed logging for

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

Property Value

Attributes

Applies to