SPBackupRestoreObject.IsFarmSelected property
Gets a value that indicates whether the farm is selected.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsFarmSelected As Boolean
Get
'Usage
Dim instance As SPBackupRestoreObject
Dim value As Boolean
value = instance.IsFarmSelected
public bool IsFarmSelected { get; }
Property value
Type: System.Boolean
true if the farm is selected; otherwise, false.