DatabaseLocationDirectoryPath Property |
Gets the full path to the directory hosting databases
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic 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