BaseRdfAEvent.Item Property |
Gets the value of a specific attribute.
Namespace:
VDS.RDF.Parsing.Events
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic string this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As String
Get
Parameters
- name
- Type: System.String
Attribute Name.
Return Value
Type:
StringImplements
IRdfAEvent.Item[String]
See Also