DatabaseCopyStatusEntry.ActivationPreference property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property ActivationPreference As Nullable(Of Integer)
Get
Friend Set
'Usage
Dim instance As DatabaseCopyStatusEntry
Dim value As Nullable(Of Integer)
value = instance.ActivationPreference
public Nullable<int> ActivationPreference { get; internal set; }
Property value
Type: System.Nullable<Int32>
See also
Reference
DatabaseCopyStatusEntry members
Microsoft.Exchange.Management.SystemConfigurationTasks namespace