BaseIndexEventArgsStatus Property |
Gets the index status.
Namespace: GroupDocs.Search.EventsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.3
Syntaxpublic IndexStatus Status { get; }
Public ReadOnly Property Status As IndexStatus
Get
public:
property IndexStatus Status {
IndexStatus get ();
}
member Status : IndexStatus with get
Property Value
Type:
IndexStatusThe index status.
See Also