Get the URI identifier of the SPARQL update endpoint configuration node in the DotNetRDF configuration file
Namespace: BrightstarDBAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public string DnrUpdate { get; } |
| Visual Basic |
|---|
Public ReadOnly Property DnrUpdate As String Get |
| Visual C++ |
|---|
public: property String^ DnrUpdate { String^ get (); } |
| F# |
|---|
member DnrUpdate : string with get |