Share via


ADPresentationObject.GetCloneableEnabledStateProperties method

Returns a 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 Shared Function GetCloneableEnabledStateProperties ( _
    source As ADPresentationObject _
) As IEnumerable(Of PropertyInfo)
'Usage
Dim source As ADPresentationObject
Dim returnValue As IEnumerable(Of PropertyInfo)

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

Parameters

Return value

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

Remarks

These properties can only be cloned if they are marked with a ProvisionalCloneEnabledState attribute.

See also

Reference

ADPresentationObject class

ADPresentationObject members

Microsoft.Exchange.Data.Directory.Management namespace