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

Visual Basic (Declaration)
Public 
Property 
AllowSubcategoryScopeChanges 
As 

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

ChatRoomCategory
Dim 
value 
As 

InheritedChatRoomProperty

value = instance.
AllowSubcategoryScopeChanges
C#
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