KnowledgeBase.Services Property |
Gets the Services provided by this Knowledge Base.
Namespace:
VDS.RDF.Query.Inference.Pellet
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic IEnumerable<PelletService> Services { get; }
Public ReadOnly Property Services As IEnumerable(Of PelletService)
Get
Property Value
Type:
IEnumerable<PelletService>
See Also