ILineChannel.IsValidated Property

Definition

Whether this channel is validated for the bot

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

Property Value

Attributes

Applies to