Click or drag to resize

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
)

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