SearchRuntimeServiceInstance.RepositoryVersion property
Repository version of the search runtime (host controller) instance.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property RepositoryVersion As Long
Get
'Usage
Dim instance As SearchRuntimeServiceInstance
Dim value As Long
value = instance.RepositoryVersion
public long RepositoryVersion { get; }
Property value
Type: System.Int64
The repository version. Returns -1 if the host controller is unreachable.
Remarks
The repository maintains search dictionaries used by the search service.
See also
Reference
SearchRuntimeServiceInstance class