IABACTarget.AttributeId

Syntax

AttributeId: String;

Description

The AttributeId determines a system or custom attribute in a logical expression.

Comments

To compare attribute with the data type (integer, string, date), use the IABACTarget.AttributeValue property.

To compare two attributes, use the IABACTarget.SecondAttrId property as a second attribute. Attributes comparison is relevant for custom attributes of subjects or objects.

Example

The property use is given in the example for IABACPolicySet.CombineAlgorithm.

See also:

IABACTarget