IPrivilege.Grant

Syntax

Grant(Subject: ISecuritySubject);

Parameters

Subject. Security subject, for which a privilege should be granted.

Description

The Grant method grants the privilege to the security subject passed by the Subject parameter.

Example

The method use is given in the example for IMetabaseSecurity.AddGroup.

See also:

IPrivilege