ArePermissionsInherited 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 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

'Declaration
Public Property ArePermissionsInherited As Boolean
    Get
    Private Set
'Usage
Dim instance As GroupChatPrincipal
Dim value As Boolean

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

Reference

GroupChatPrincipal Class

GroupChatPrincipal Members

Microsoft.Rtc.Collaboration.GroupChat.Management Namespace