IMSTeamsChannel.EnableCalling Property

Definition

Enable calling for Microsoft Teams channel

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

Property Value

Attributes

Applies to