ADPresentationObject.CloneableProperties property

Gets the list of cloneable properties on the presentation object.

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

Syntax

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

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

Property value

Type: System.Collections.Generic.IEnumerable<PropertyInfo>
The list of cloneable properties of the presentation object.

Remarks

This property returns the value of GetCloneableProperties(ADPresentationObject) called with this.

See also

Reference

ADPresentationObject class

ADPresentationObject members

Microsoft.Exchange.Data.Directory.Management namespace