ITripleContextHasProperty Method  | 
 
            A Method which will indicate whether the Context contains some arbitrary property.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxbool HasProperty(
	string name
)
Function HasProperty ( 
	name As String
) As Boolean
Parameters
- name
 - Type: SystemString
[Missing <param name="name"/> documentation for "M:VDS.RDF.ITripleContext.HasProperty(System.String)"]
 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.ITripleContext.HasProperty(System.String)"]
See Also