Click or drag to resize

RdfXmlSpecsHelperIsPropertyAttributeURI Method (Uri, String)

Checks whether a given expanded name is valid as a Property Attribute Uri.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsPropertyAttributeURI(
	Uri nsUri,
	string localName
)

Parameters

nsUri
Type: SystemUri
The namespace URI of the expanded name.
localName
Type: SystemString
The local name part of the expanded name.

Return Value

Type: Boolean
True if the expanded name is valid.
See Also