VSSAppClass.VSSDatabase Property 

This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property VSSDatabase As VSSDatabase Implements IVSS.VSSDatabase
'Usage
Dim instance As VSSAppClass
Dim value As VSSDatabase

value = CType(instance, IVSS).VSSDatabase
public virtual VSSDatabase IVSS.VSSDatabase { get; }
public:
virtual property VSSDatabase^ VSSDatabase {
    VSSDatabase^ get () = IVSS::VSSDatabase::get;
}
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

See Also

Reference

VSSAppClass Class
VSSAppClass Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace