Click or drag to resize

PrettyRdfXmlWriterUseAttributes Property

Gets/Sets whether triples which have a literal object will be expressed as attributes rather than elements where possible (defaults to true).

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool UseAttributes { get; set; }

Property Value

Type: Boolean

Implements

IAttributeWriterUseAttributes
See Also