BasicTripleContextHasProperty Method |
Checks whether a given property is defined in this Context object.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool HasProperty(
string name
)
Public Function HasProperty (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
Name of the Property.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.BasicTripleContext.HasProperty(System.String)"]
Implements
ITripleContextHasProperty(String)See Also