SPSiteInventoryCollectionJobDefinition.EnableBackup property
NOTE: This API is now obsolete.
Indicates if backup of this object is enabled or not.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Site inventory collection is no longer necessary for the new analytics platform.")> _
Public Overrides ReadOnly Property EnableBackup As Boolean
Get
'Usage
Dim instance As SPSiteInventoryCollectionJobDefinition
Dim value As Boolean
value = instance.EnableBackup
[ObsoleteAttribute("Site inventory collection is no longer necessary for the new analytics platform.")]
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