The sparql result as an XDocument

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

Syntax

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

Property Value

Type: XDocument

See Also