Share via


AllowSubcategoryScopeChanges 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 the scope of subcategories can be changed.

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

Syntax

'Declaration
Public Property AllowSubcategoryScopeChanges As InheritedChatRoomProperty
    Get
    Private Set
'Usage
Dim instance As ChatRoomCategory
Dim value As InheritedChatRoomProperty

value = instance.AllowSubcategoryScopeChanges
public InheritedChatRoomProperty AllowSubcategoryScopeChanges { get; private set; }

Property Value

Type: Microsoft.Rtc.Collaboration.GroupChat.InheritedChatRoomProperty
true if subcategories can define a new scope; otherwise, false.

Remarks

The value of this property is read-only and false if the parent category is set to false. Initially, the value of this property is set to true on the root category.

When true, any category manager can define a new scope for his category which consists of a subset of the users who are in scope on the parent category. Scope can only be restricted, it can never be expanded by a sub-category. If changed to false, then subcategories of this category must inherit and use the scope of this category without changes.

See Also

Reference

ChatRoomCategory Class

ChatRoomCategory Members

Microsoft.Rtc.Collaboration.GroupChat Namespace