RemoteDocumentDocument 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:
Syntax public Object Document { get; set; }
Public Property Document As Object
Get
Set
Property Value
Type:
ObjectRemarks This property may be a JToken or a string. If it is a string, the string is parsed to a JToken.
See Also