ResultCountHandlerCount Property  | 
 
            Gets the Count of Results. 
            
 
    Namespace: 
   VDS.RDF.Parsing.Handlers
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic int Count { get; }Public ReadOnly Property Count As Integer
	Get
Property Value
Type: 
Int32
Remarks
            For Boolean Results counter will be either 1 or 0 depending on whether the result was True/False.
            
See Also