IPrivilege.Grant

Syntax

Grant(Subject: ISecuritySubject);

Grant(Prognoz.Platform.Interop.Metabase.ISecuritySubject);

Parameters

Subject. Security subject, for which a privilege must be set.

Description

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

Example

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

See also:

IPrivilege