Gets a value indicating whether or not various properties on chat rooms and subcategories will be read-only.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
ChildrenMustInheritProperties 
As 

InheritedChatRoomProperty
	
Get
	
Private 
Set
Visual Basic (Usage)
Dim 
instance 
As 

ChatRoomCategory
Dim 
value 
As 

InheritedChatRoomProperty

value = instance.
ChildrenMustInheritProperties
C#
public 

InheritedChatRoomProperty 
ChildrenMustInheritProperties { 
get; 
private 
set; }

Property Value

Type: Microsoft.Rtc.Collaboration.GroupChat . . :: . . InheritedChatRoomProperty

true if subcategories and chat rooms must inherit their settings from this category; false if subcategories and chat rooms may choose to inherit or override the settings from this category.

Remarks

The value of this property is ignored if the parent category is set to true . Initially, the value of this property is set to false on the root category.

When set to true, the values of any affected properties that will be used by all children of this category will be the values that are set on this category. The following properties are affected by this setting:

See Also