Gets the basic information on the index.
Namespace: GroupDocs.SearchAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 20.11
Syntaxpublic IndexInfo IndexInfo { get; }
Public ReadOnly Property IndexInfo As IndexInfo
Get
public:
property IndexInfo^ IndexInfo {
IndexInfo^ get ();
}
member IndexInfo : IndexInfo with get
Property Value
Type:
IndexInfoThe basic information on the index.
See Also