Click or drag to resize

ThreadedStoreWriterContextQNameMapper Property

Gets the QName Mapper.

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

Property Value

Type: ThreadSafeQNameOutputMapper
Remarks
Must be manually initialised by the user.
See Also