ConversationAccount.IsGroup 属性

定义

获取或设置指示生成活动时会话是否包含两个以上的参与者。

public bool? IsGroup { get; set; }
member this.IsGroup : Nullable<bool> with get, set
Public Property IsGroup As Nullable(Of Boolean)

属性值

指示对话是否具有两个以上参与者的布尔值。

适用于