Show contents 

Rds > Rds Assembly Interfaces > IRdsAttributesInstance > IRdsAttributesInstance.FindByKey

IRdsAttributesInstance.FindByKey

Syntax

FindByKey(Key: Integer): IRdsAttributeInstance;

Parameters

Key - key of an attribute, by which search is executed.

Description

The FindByKey method searches and returns an attribute of the MDM dictionary in case of successful search. A key, by which search is executed, is passed by the Key parameter.

See also:

IRdsAttributesInstance