CategoryMembersCanCreateChatRooms Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Gets or sets a value indicating whether or not category members can create chat rooms in this category.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
Assembly:  Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

'Declaration
Public Property CategoryMembersCanCreateChatRooms As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As ChatRoomCategorySettings
Dim value As Nullable(Of Boolean)

value = instance.CategoryMembersCanCreateChatRooms

instance.CategoryMembersCanCreateChatRooms = value
public Nullable<bool> CategoryMembersCanCreateChatRooms { get; set; }

Property Value

Type: System.Nullable<Boolean>
true if category members and managers should be permitted to create chat rooms in this category; false if only category managers are permitted to create chat rooms in this category; or null if this value should be inherited from the parent category. (default)

See Also

Reference

ChatRoomCategorySettings Class

ChatRoomCategorySettings Members

Microsoft.Rtc.Collaboration.GroupChat Namespace