CASMailbox.CloneableEnabledStateProperties property
This member overrides ADPresentationObject.CloneableEnabledStateProperties.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property CloneableEnabledStateProperties As IEnumerable(Of PropertyInfo)
Get
'Usage
Dim value As IEnumerable(Of PropertyInfo)
value = Me.CloneableEnabledStateProperties
protected override IEnumerable<PropertyInfo> CloneableEnabledStateProperties { get; }
Property value
Type: System.Collections.Generic.IEnumerable<PropertyInfo>