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)
Available in Sandboxed Solutions: No
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