DatabaseLocationDirectoryPath Property |
Gets the full path to the directory hosting databases
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public string DirectoryPath { get; }
Public ReadOnly Property DirectoryPath As String
Get
public:
property String^ DirectoryPath {
String^ get ();
}
member DirectoryPath : string with get
Property Value
Type:
StringThe path as a string
See Also