Represents the VSS Database
Namespace: MSBuild.Community.Tasks.SourceSafe
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Property Database As VSSDatabase |
C# |
---|
protected VSSDatabase Database { get; set; } |
C++ |
---|
protected property VSSDatabase Database sealed { VSSDatabase get(); void set(VSSDatabase value); } |
J# |
---|
/** property */ protected VSSDatabase get_Database(); /** property */ protected void set_Database(VSSDatabase value); |
JScript |
---|
protected function get Database() : VSSDatabase protected function set Database(value : VSSDatabase); |
See Also
Documentation version 1.0.0.0.