Get or set the Graph (context) URI for the triple.
Namespace: BrightstarDB.ModelAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
string Graph { get; set; } |
| Visual Basic |
|---|
Property Graph As String Get Set |
| Visual C++ |
|---|
property String^ Graph { String^ get (); void set (String^ value); } |
| F# |
|---|
abstract Graph : string with get, set |