IMsProblemDetailsArray.FindByKey

Fore Syntax

FindByKey(Key: Integer): IMsProblemDetails;

Fore.NET Syntax

FindByKey(Key: uinteger): Prognoz.Platform.Interop.Ms.IMsProblemDetails;

Description

The FindByKey method searches for collection parameters by the specified key.

Comments

If the parameters with the specified key are not found, the method returns Null.

See also:

IMsProblemDetailsArray