Click or drag to resize

ICaseIndex Property

Provides access to Indexing for this case.

Namespace:  EdaIntegrationContract.Case
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
IIndexManager Index { get; }

Return Value

Type: IIndexManager
Returns the IndexManager for accessing information relating to the indexing for this case.
See Also