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

Visual Basic (Declaration)
Public 
Property 
CategoryMembersCanCreateChatRooms 
As 
Nullable(
Of 
Boolean)
	
Get
	
Set
Visual Basic (Usage)
Dim 
instance 
As 

ChatRoomCategorySettings
Dim 
value 
As 
Nullable(
Of 
Boolean)

value = instance.
CategoryMembersCanCreateChatRooms

instance.
CategoryMembersCanCreateChatRooms =

value
C#
public 
Nullable<
bool> 
CategoryMembersCanCreateChatRooms {

get; 
set; }

Property Value

Type: System . . :: . . Nullable < (Of < ( <' 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