SPAlternateUrlCollection.CanSelectForBackup Property

Gets or sets a value that indicates whether the SPAlternateUrlCollection can be selected individually for a backup operation in the Central Administration user interface (UI).

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property CanSelectForBackup As Boolean
    Get
    Set
'Usage
Dim instance As SPAlternateUrlCollection
Dim value As Boolean

value = instance.CanSelectForBackup

instance.CanSelectForBackup = value
public bool CanSelectForBackup { get; set; }

Property Value

Type: System.Boolean
true if the object can be selected; otherwise, false.

Implements

IBackupRestore.CanSelectForBackup

Remarks

The implementation always returns false, and the set accessor does nothing.

See Also

Reference

SPAlternateUrlCollection Class

SPAlternateUrlCollection Members

Microsoft.SharePoint.Administration Namespace