다음을 통해 공유


ISlackChannel.IsValidated Property

Definition

Whether this channel is validated for the bot

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

Property Value

Attributes

Applies to