IRdfAEvent.Attributes Property |
Gets the attributes of the event i.e. the attributes of the source element.
Namespace:
VDS.RDF.Parsing.Events
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
SyntaxIEnumerable<KeyValuePair<string, string>> Attributes { get; }
ReadOnly Property Attributes As IEnumerable(Of KeyValuePair(Of String, String))
Get
Property Value
Type:
IEnumerable<KeyValuePair<String,
String>>
See Also