KnowledgeBaseSupportsService Method (String) |
Gets whether a Service is supported by the Knowledge Base.
Namespace:
VDS.RDF.Query.Inference.Pellet
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool SupportsService(
string name
)
Public Function SupportsService (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
Service Name.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.Pellet.KnowledgeBase.SupportsService(System.String)"]
See Also