NewMailboxRelocationRequest.SkipMoving property
Namespace: Microsoft.Exchange.Management.RecipientTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property SkipMoving As SkippableMoveComponent()
Get
Set
'Usage
Dim instance As NewMailboxRelocationRequest
Dim value As SkippableMoveComponent()
value = instance.SkipMoving
instance.SkipMoving = value
public SkippableMoveComponent[] SkipMoving { get; set; }
Property value
Type: []
See also
Reference
NewMailboxRelocationRequest class