Show contents 

ABAC > ABAC Assembly Interfaces > IABACPolicySets > IABACPolicySets.RemoveByKey

IABACPolicySets.RemoveByKey

Syntax

RemoveByKey(Key: Integer): Boolean;

RemoveByKey(System.UInt32): System.Boolean;

Parameters

Key. Policies set key.

Description

The RemoveByKey method removes policies set in attribute-based access control by key.

Comments

To determine a policies set key, use the IABACPolicySet.Key property.

See also:

IABACPolicySets