LongRunningOperationStatus.ShouldBePurged Property
Gets a value that indicates whether or not a job should be purged.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property ShouldBePurged As Boolean
Get
'Usage
Dim instance As LongRunningOperationStatus
Dim value As Boolean
value = instance.ShouldBePurged
public bool ShouldBePurged { get; }
Property Value
Type: System.Boolean
true if the job should be purged; otherwise, false.
See Also
Reference
LongRunningOperationStatus Class