Get the URI identifier of the storage server 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 DnrStorageServer { get; }
Visual Basic
Public ReadOnly Property DnrStorageServer As String
	Get
Visual C++
public:
property String^ DnrStorageServer {
	String^ get ();
}
F#
member DnrStorageServer : string with get

Property Value

Type: String

See Also