ChatRoomSettings Class

Definition

Settings needed for creating a chat room.

public ref class ChatRoomSettings
public class ChatRoomSettings
type ChatRoomSettings = class
Public Class ChatRoomSettings
Inheritance
ChatRoomSettings

Remarks

Chat rooms are created via BeginCreateChatRoom(ChatRoomSettings, AsyncCallback, Object)

Constructors

ChatRoomSettings(String, Uri)

Initializes a new instance of the ChatRoomSettings class.

Properties

AddIn

Gets or sets the add-in to be used on this chat room. This value can be null.

Description

Gets or sets the description of the chat room. Description may be null.

IsAuditorium

Gets or sets a value indicating whether this is an auditorium chat room.

IsDisabled

Gets or sets a value indicating whether this chat room is disabled.

Name

Gets or sets the name of the chat room.
Name is a required setting.

ParentCategoryUri

Gets or sets the URI of the category into which this chat room will be placed.
ParentCategoryUri is a required setting.

SendInvitationsToMembers

Gets or sets the behavior of this chat room for sending invitations to new members.

VisibleOnlyToMembers

Gets or sets the visibility of this chat room

Applies to