SPSiteInventoryCollectionJobDefinition.EnableBackup Property
Indicates if backup of this object is enabled or not.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides ReadOnly Property EnableBackup As Boolean
Get
'Usage
Dim instance As SPSiteInventoryCollectionJobDefinition
Dim value As Boolean
value = instance.EnableBackup
public override bool EnableBackup { get; }
Property Value
Type: System.Boolean
A Boolean value = true means that backup is enabled for this object..
See Also
Reference
SPSiteInventoryCollectionJobDefinition Class