ADPresentationObject.CloneableEnabledStateProperties property

Gets the list of properties on the presentation object marked with a ProvisionalCloneEnabledState attribute.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property CloneableEnabledStateProperties As IEnumerable(Of PropertyInfo)
    Get
'Usage
Dim value As IEnumerable(Of PropertyInfo)

value = Me.CloneableEnabledStateProperties
protected virtual IEnumerable<PropertyInfo> CloneableEnabledStateProperties { get; }

Property value

Type: System.Collections.Generic.IEnumerable<PropertyInfo>
The list of presentation object properties marked with a ProvisionalCloneEnabledState attribute.

Remarks

This property always returns a null reference (Nothing in Visual Basic).

See also

Reference

ADPresentationObject class

ADPresentationObject members

Microsoft.Exchange.Data.Directory.Management namespace