Show contents 

Ms > Ms Assembly Interfaces > IValidationSelectionValueList > IValidationSelectionValueList.FindByKey

IValidationSelectionValueList.FindByKey

Fore Syntax

FindByKey(DimensionKey: Integer): IValidationSelectionValue;

Fore.NET Syntax

FindByKey(DimensionKey: uinteger): IValidationSelectionValue;

Parameters

DimensionKey. Dictionary key.

Description

The FindByKey method searches for selection by dictionary key.

Comments

If selection is not found, the method returns Null.

See also:

IValidationSelectionValueList