KnowledgeBaseGetServices Method (String) |
Gets all the available services with the given name for this Knowledge Base.
Namespace:
VDS.RDF.Query.Inference.Pellet
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public IEnumerable<PelletService> GetServices(
string name
)
Public Function GetServices (
name As String
) As IEnumerable(Of PelletService)
Parameters
- name
- Type: SystemString
Service Name.
Return Value
Type:
IEnumerablePelletService[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.Pellet.KnowledgeBase.GetServices(System.String)"]
See Also