ChatRoomSettings.IsAuditorium 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 a value indicating whether this is an auditorium chat room.
public:
property bool IsAuditorium { bool get(); void set(bool value); };
public bool IsAuditorium { get; set; }
member this.IsAuditorium : bool with get, set
Public Property IsAuditorium As Boolean
Property Value
true if this instance is auditorium; otherwise, false (default).