RemoteDocument.Document Property |
The retrieved document. This can either be the raw payload or the already parsed document.
Namespace:
VDS.RDF.JsonLd
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic Object Document { get; set; }
Public Property Document As Object
Get
Set
Property Value
Type:
Object
RemarksThis property may be a JToken or a string. If it is a string, the string is parsed to a JToken.
See Also