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; }
Public Property Subject As IRdfXmlEvent
Get
Set
Property Value
Type:
IRdfXmlEventRemarks Will be assigned according to the Parsing rules during the Parsing process and later used to generate a Subject Node.
See Also