다음을 통해 공유


IMSTeamsChannel.AcceptedTerm Property

Definition

Whether this channel accepted terms

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

Property Value

Attributes

Applies to