Click or drag to resize

ElementEventSubject Property

Gets/Sets the Subject Event of this Event.

Namespace:  VDS.RDF.Parsing.Events.RdfXml
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IRdfXmlEvent Subject { get; set; }

Property Value

Type: IRdfXmlEvent
Remarks
Will be assigned according to the Parsing rules during the Parsing process and later used to generate a Subject Node.
See Also