Edit

Share via


ChatRoomInformation.Privacy Property

Definition

Gets or sets the visibility of this chat room.

public:
 property Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomPrivacy Privacy { Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomPrivacy get(); void set(Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomPrivacy value); };
public Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomPrivacy Privacy { get; set; }
member this.Privacy : Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomPrivacy with get, set
Public Property Privacy As ChatRoomPrivacy

Property Value

Open if this chat room should be visible to all users in scope; Private if this chat room should be visible to anyone who is in scope on the parent category; (default) Hidden if this chat room should be visible only to members of the chat room

Applies to