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 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 InheritedChatRoomProperty
    Get
    Private Set
'Usage
Dim instance As ChatRoomCategory
Dim value As InheritedChatRoomProperty

value = instance.ChildrenMustInheritProperties
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

Reference

ChatRoomCategory Class

ChatRoomCategory Members

Microsoft.Rtc.Collaboration.GroupChat Namespace