Show contents 

ABAC > ABAC Assembly Interfaces > IABACAttributeInstances > IABACAttributeInstances.FindByKey

IABACAttributeInstances.FindByKey

Syntax

FindByKey(Key: Integer): IABACAttributeInstance;

FindByKey(System.UInt32): Prognoz.Platform.Interop.ABAC.IABACAttributeInstance;

Parameters

Key. Attribute key.

Description

The FindByKey method searches for an attribute of specific subject or object by key.

Comments

To get attribute key, use the IABACAttributeInstance.Key property.

See also:

IABACAttributeInstances