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)

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