IRdfAEventHasAttribute Method |
Gets whether the Event has a given attribute.
Namespace:
VDS.RDF.Parsing.Events
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax bool HasAttribute(
string name
)
Function HasAttribute (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
Attribute Name.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Parsing.Events.IRdfAEvent.HasAttribute(System.String)"]
See Also