ChatRoomCategorySettings.ChildrenMustInheritProperties Property
Gets or sets 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
'Declaration
Public Property ChildrenMustInheritProperties As Boolean
Get
Set
'Usage
Dim instance As ChatRoomCategorySettings
Dim value As Boolean
value = instance.ChildrenMustInheritProperties
instance.ChildrenMustInheritProperties = value
public bool ChildrenMustInheritProperties { get; set; }
Property Value
Type: System.Boolean
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. (default)
Remarks
When set to true, the value that will be used by all children of this category will be the value that is set on this category. The following properties are affected by this setting:
ChildrenMustInheritProperties
See Also
Reference
ChatRoomCategorySettings Class