JsonLdContext.BaseDirection Property |
Get or set the direction used when a string does not have a direction associated with it directly.
Namespace:
VDS.RDF.JsonLd
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic Nullable<LanguageDirection> BaseDirection { get; set; }
Public Property BaseDirection As Nullable(Of LanguageDirection)
Get
Set
Property Value
Type:
Nullable<LanguageDirection>
See Also