The operational state of the index, such as whether it needs fully reindexing because a setting has changed.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IndexState OperationalState { get; }
Public ReadOnly Property OperationalState As IndexState
public: property IndexState^ OperationalState { IndexState^ get (); }