RdfXmlSpecsHelperIsPropertyAttributeURI Method (String) |
Checks whether a given QName is valid as a Property Attribute Uri.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static bool IsPropertyAttributeURI(
string qname
)
Public Shared Function IsPropertyAttributeURI (
qname As String
) As Boolean
Parameters
- qname
- Type: SystemString
QName to Test.
Return Value
Type:
BooleanTrue if the QName is valid.
See Also