Share via


IBot.IsDeveloperAppInsightsApiKeySet Property

Definition

Whether the bot is developerAppInsightsApiKey set

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Whether the bot is developerAppInsightsApiKey set", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isDeveloperAppInsightsApiKeySet")]
public bool? IsDeveloperAppInsightsApiKeySet { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Whether the bot is developerAppInsightsApiKey set", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isDeveloperAppInsightsApiKeySet")>]
member this.IsDeveloperAppInsightsApiKeySet : Nullable<bool>
Public ReadOnly Property IsDeveloperAppInsightsApiKeySet As Nullable(Of Boolean)

Property Value

Attributes

Applies to