MoveRequest.IsOffline Property

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

Syntax

'Declaration
Public ReadOnly Property IsOffline As Boolean
    Get
'Usage
Dim instance As MoveRequest
Dim value As Boolean

value = instance.IsOffline
public bool IsOffline { get; }

Property Value

Type: System.Boolean