RdfXmlSpecsHelperIsPropertyAttribute Method (AttributeEvent) |
Note: This API is now obsolete.
Checks whether an attribute is an property attribute.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax [ObsoleteAttribute("Use IsPropertyAttribute(AttributeEvent, INamespaceMapper)")]
public static bool IsPropertyAttribute(
AttributeEvent attr
)
<ObsoleteAttribute("Use IsPropertyAttribute(AttributeEvent, INamespaceMapper)")>
Public Shared Function IsPropertyAttribute (
attr As AttributeEvent
) As Boolean
Parameters
- attr
- Type: VDS.RDF.Parsing.Events.RdfXmlAttributeEvent
Attribute to Test.
Return Value
Type:
BooleanTrue if is an property attribute.
See Also