Gets a value indicating whether permissions are inherited. When inherited, a permission is granted if any of the user groups to which this principal belongs have been granted the permission, or have inherited it.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
ArePermissionsInherited 
As 
Boolean
	
Get
	
Private 
Set
Visual Basic (Usage)
Dim 
instance 
As 

GroupChatPrincipal
Dim 
value 
As 
Boolean

value = instance.
ArePermissionsInherited
C#
public 
bool 
ArePermissionsInherited { 
get; 
private 
set; }

Property Value

Type: System . . :: . . Boolean

true if permissions are inherited for this principal; false if the permissions for this principal are locally managed.

Remarks

When this value is set, the properties CanUploadFiles , IsUserAdministrator , and IsChatRoomAdministrator will all be ReadOnly , and their values will be derived from the InheritedValue .

See Also