JsonLdProcessorWarnings Property |
Get the warnings generated by the processor.
Namespace:
VDS.RDF.JsonLd
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public List<JsonLdProcessorWarning> Warnings { get; }
Public ReadOnly Property Warnings As List(Of JsonLdProcessorWarning)
Get
Property Value
Type:
ListJsonLdProcessorWarningRemarks May be an empty list.
See Also