ChatRoomSettings.VisibleOnlyToMembers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)