Click or drag to resize

SparqlConnectorEndpoint Property

Gets the underlying SparqlRemoteEndpoint which this class is a wrapper around.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public SparqlRemoteEndpoint Endpoint { get; }

Property Value

Type: SparqlRemoteEndpoint
See Also