Compartilhar via


DatabaseCopyStatusEntry.ResumeBlocked property

Namespace:  Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public Property ResumeBlocked As Nullable(Of Boolean)
    Get
    Friend Set
'Usage
Dim instance As DatabaseCopyStatusEntry
Dim value As Nullable(Of Boolean)

value = instance.ResumeBlocked
public Nullable<bool> ResumeBlocked { get; internal set; }

Property value

Type: System.Nullable<Boolean>

See also

Reference

DatabaseCopyStatusEntry class

DatabaseCopyStatusEntry members

Microsoft.Exchange.Management.SystemConfigurationTasks namespace