Share via


IisWebServiceBackupBehaviorAttribute.CanSelectForBackup property

Gets or sets a Boolean which indicates whether the object can be selected from a list of items that can be backed up.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

value = instance.CanSelectForBackup

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

Property value

Type: System.Boolean
Returns Boolean.

See also

Reference

IisWebServiceBackupBehaviorAttribute class

IisWebServiceBackupBehaviorAttribute members

Microsoft.SharePoint.Administration namespace