ChildrenMustInheritProperties 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 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:

See Also

Reference

ChatRoomCategorySettings Class

ChatRoomCategorySettings Members

Microsoft.Rtc.Collaboration.GroupChat Namespace