ThreadedStoreWriterContextQNameMapper Property |
Gets the QName Mapper.
Namespace:
VDS.RDF.Writing.Contexts
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public ThreadSafeQNameOutputMapper QNameMapper { get; set; }
Public Property QNameMapper As ThreadSafeQNameOutputMapper
Get
Set
Property Value
Type:
ThreadSafeQNameOutputMapperRemarks
Must be manually initialised by the user.
See Also