Click or drag to resize

ISyntaxValidationResults.Warnings Property

Gets an enumeration of any warning messages.

Namespace:  VDS.RDF.Parsing.Validation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
IEnumerable<string> Warnings { get; }

Property Value

Type: IEnumerable<String>
See Also