IABACAttributeInstances.FindById

Syntax

FindById(Id: String): IABACAttributeInstance;

FindById(System.String): Prognoz.Platform.Interop.ABAC.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.

Fore and Fore.NET Examples

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

See also:

IABACAttributeInstances