User.CloneableProperties Property
Gets the list of cloneable properties on the User object.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property CloneableProperties As IEnumerable(Of PropertyInfo)
Get
'Usage
Dim value As IEnumerable(Of PropertyInfo)
value = Me.CloneableProperties
protected override IEnumerable<PropertyInfo> CloneableProperties { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<PropertyInfo>
The list of cloneable properties on the User object.