User.CloneableOnceProperties property
Gets the list of properties on the User 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 Overrides ReadOnly Property CloneableOnceProperties As IEnumerable(Of PropertyInfo)
Get
'Usage
Dim value As IEnumerable(Of PropertyInfo)
value = Me.CloneableOnceProperties
protected override IEnumerable<PropertyInfo> CloneableOnceProperties { get; }
Property value
Type: System.Collections.Generic.IEnumerable<PropertyInfo>
The list of properties on the User object that can be cloned only one time.