ADPresentationObject.GetCloneableProperties Method
Returns a list of properties on the presentation object with a ProvisionalClone attribute.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Protected Shared Function GetCloneableProperties ( _
source As ADPresentationObject _
) As IEnumerable(Of PropertyInfo)
'Usage
Dim source As ADPresentationObject
Dim returnValue As IEnumerable(Of PropertyInfo)
returnValue = ADPresentationObject.GetCloneableProperties(source)
protected static IEnumerable<PropertyInfo> GetCloneableProperties(
ADPresentationObject source
)
Parameters
- source
Type: Microsoft.Exchange.Data.Directory.Management.ADPresentationObject
An ADPresentationObject from which to build the list of properties.
Return Value
Type: System.Collections.Generic.IEnumerable<PropertyInfo>
The list of properties of the presentation object with a ProvisionalClone attribute.
Remarks
These properties can always be cloned.