ISyntaxValidationResults.Warnings Property |
Gets an enumeration of any warning messages.
Namespace:
VDS.RDF.Parsing.Validation
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
SyntaxIEnumerable<string> Warnings { get; }
ReadOnly Property Warnings As IEnumerable(Of String)
Get
Property Value
Type:
IEnumerable<String>
See Also