MoveRequest.Protect property
Namespace: Microsoft.Exchange.Management.RecipientTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public ReadOnly Property Protect As Boolean
Get
'Usage
Dim instance As MoveRequest
Dim value As Boolean
value = instance.Protect
public bool Protect { get; }
Property value
Type: System.Boolean