IABACAttributeInstances.FindById

Syntax

FindById(Id: String): IABACAttributeInstance;

Parameters

Id. Attribute identifier.

Description

The FindById method searches for an attribute of specific subject or object by identifier.

Comments

To get attribute identifier, use the IABACAttributeInstance.Id property.

Example

The method use is given in the example for IABACAttributeInstance.Value.

See also:

IABACAttributeInstances