ChatRoomCategorySettings.CategoryMembersCanCreateChatRooms Property
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