RecipientPermission.IsInherited Property

Namespace:  Microsoft.Exchange.Data.Directory.Permission
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property IsInherited As Boolean
    Get
    Private Set
'Usage
Dim instance As RecipientPermission
Dim value As Boolean

value = instance.IsInherited
public bool IsInherited { get; private set; }

Property Value

Type: System.Boolean