IFullTextSearchProviderIsAutoSynced Property  | 
 
            Gets whether the search provider is automatically synced with the index i.e. whether queries will always return results based on the latest state of the index.
            
 
    Namespace: 
   VDS.RDF.Query.FullText.Search
    Assembly:
   dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version: 
Syntaxbool IsAutoSynced { get; }ReadOnly Property IsAutoSynced As Boolean
	Get
Property Value
Type: 
Boolean
Remarks
            Some implementations may allow this behaviour to be configured while for others this feature may always be on/off.
            
See Also