Get the path to the DotNetRDF configuration file used to configure the underlying store

Namespace: BrightstarDB
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public string Configuration { get; }
Visual Basic
Public ReadOnly Property Configuration As String
	Get
Visual C++
public:
property String^ Configuration {
	String^ get ();
}
F#
member Configuration : string with get

Property Value

Type: String

See Also