Gets the index repository object if the index is contained in it.
Namespace: GroupDocs.SearchAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic IndexRepository Repository { get; }
Public ReadOnly Property Repository As IndexRepository
Get
public:
property IndexRepository^ Repository {
IndexRepository^ get ();
}
member Repository : IndexRepository with get
Property Value
Type:
IndexRepositoryThe index repository object.
See Also