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