Click or drag to resize

ConfigurationSerializationContextNextSubject Property

Gets/Sets the next subject to be used.

Namespace:  VDS.RDF.Configuration
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public INode NextSubject { get; set; }

Property Value

Type: INode
Remarks

Always returns a Blank Node if none is currently explicitly specified.

Used to link objects together when you want some subsidiary object to serialize it's configuration and link that to the configuration you are currently serializing.

See Also