ADPresentationObject.CloneableOnceProperties property
Gets the list of properties on the presentation object that can be cloned only one time.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property CloneableOnceProperties As IEnumerable(Of PropertyInfo)
Get
'Usage
Dim value As IEnumerable(Of PropertyInfo)
value = Me.CloneableOnceProperties
protected virtual IEnumerable<PropertyInfo> CloneableOnceProperties { get; }
Property value
Type: System.Collections.Generic.IEnumerable<PropertyInfo>
The list of properties of the presentation object that can be cloned only one time.
Remarks
This property always returns a null reference (Nothing in Visual Basic).