ISmsChannel.IsValidated Property

Definition

Whether this channel is validated for the bot

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

Property Value

Attributes

Applies to