ITelegramChannelProperties.IsValidated 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 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=false, Required=false, SerializedName="isValidated")]
public bool? IsValidated { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Whether this channel is validated for the bot", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isValidated")>]
member this.IsValidated : Nullable<bool> with get, set
Public Property IsValidated As Nullable(Of Boolean)
Property Value
- Attributes