ChatRoomSettings.VisibleOnlyToMembers Property

Definition

Gets or sets the visibility of this chat room

public:
 property bool VisibleOnlyToMembers { bool get(); void set(bool value); };
public bool VisibleOnlyToMembers { get; set; }
member this.VisibleOnlyToMembers : bool with get, set
Public Property VisibleOnlyToMembers As Boolean

Property Value

true if this chat room should be visible only to members; false if this chat room should be visible to anyone who is in scope on the category; (default)

Applies to