ChatRoomSession.VisibleOnlyToMembers Property

Definition

Gets a Boolean value indicating if the room is private and visible only to members.

public:
 property bool VisibleOnlyToMembers { bool get(); };
public bool VisibleOnlyToMembers { get; }
member this.VisibleOnlyToMembers : bool
Public ReadOnly Property VisibleOnlyToMembers As Boolean

Property Value

True if the room is private and is visible only to members. False if the room is visible to all users in scope.

Applies to