SPDatabase.IncludeInVssBackup Property

Gets a Boolean value that indicates whether the database is included in the Microsoft Visual SourceSafe component list.

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

Syntax

'Declaration
Public Overridable ReadOnly Property IncludeInVssBackup As Boolean
    Get
'Usage
Dim instance As SPDatabase
Dim value As Boolean

value = instance.IncludeInVssBackup
public virtual bool IncludeInVssBackup { get; }

Property Value

Type: System.Boolean
Boolean
true if the database is included in the Visual SourceSafe component list; otherwise, false.

See Also

Reference

SPDatabase Class

SPDatabase Members

Microsoft.SharePoint.Administration Namespace