SparqlQueryOffset Property  | 
 
            Gets/Sets the Result Set Offset for the Query.
            
 
    Namespace: 
   VDS.RDF.Query
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic int Offset { get; set; }Public Property Offset As Integer
	Get
	Set
Property Value
Type: 
Int32
RemarksValues less than zero are treated as 0 which indicates no offset.
See Also