ADAcePresentationObject.InheritedObjectType Property

Namespace:  Microsoft.Exchange.Management.RecipientTasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
<ParameterAttribute(Mandatory := False, ParameterSetName := "AccessRights")> _
<ParameterAttribute(Mandatory := False, ParameterSetName := "Instance")> _
Public Property InheritedObjectType As ADSchemaObjectIdParameter
    Get
    Set
'Usage
Dim instance As ADAcePresentationObject
Dim value As ADSchemaObjectIdParameter

value = instance.InheritedObjectType

instance.InheritedObjectType = value
[ParameterAttribute(Mandatory = false, ParameterSetName = "AccessRights")]
[ParameterAttribute(Mandatory = false, ParameterSetName = "Instance")]
public ADSchemaObjectIdParameter InheritedObjectType { get; set; }