Share via


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

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