Share via


ADPresentationObject.GetCloneableOnceProperties method

Returns a list of properties on the presentation object with a ProvisionalCloneOnce attribute.

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

Syntax

'Declaration
Protected Shared Function GetCloneableOnceProperties ( _
    source As ADPresentationObject _
) As IEnumerable(Of PropertyInfo)
'Usage
Dim source As ADPresentationObject
Dim returnValue As IEnumerable(Of PropertyInfo)

returnValue = ADPresentationObject.GetCloneableOnceProperties(source)
protected static IEnumerable<PropertyInfo> GetCloneableOnceProperties(
    ADPresentationObject source
)

Parameters

Return value

Type: System.Collections.Generic.IEnumerable<PropertyInfo>
The list of properties on the presentation object with a ProvisionalCloneOnce attribute.

Remarks

These properties can be cloned only once in their lifetime.

See also

Reference

ADPresentationObject class

ADPresentationObject members

Microsoft.Exchange.Data.Directory.Management namespace