다음을 통해 공유


IMSTeamsChannelProperties.EnableCalling Property

Definition

Enable calling for Microsoft Teams channel

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

Property Value

Attributes

Applies to