Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.