IMetaAttributeParamItems.FindById

Syntax

FindById(StubId: String): IMetaAttributeParamItem;

Parameters

StubId - identifier of the parameter, by which search is executed.

Description

The FindById method finds by identifier and returns parameter data if being successfully found.

Comments

If the parameter is not found, the method returns Null.

See also:

IMetaAttributeParamItems