Get the URI identifier of the SPARQL query endpoint configuration node in the DotNetRDF configuration file

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

Syntax

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

Property Value

Type: String

See Also