IMetabaseSecurity.ResolveName

Syntax

ResolveName(SubjectName: String): ISecuritySubject;

Parameters

SubjectName. Security subject name.

Description

The ResolveName method returns parameters of the security subject, which name is passed as the SubjectName parameter.

Comments

If the security subject does not exist, the method returns Null.

Example

The method use is given in the example for ILogonHours.SetPeriodAccess.

See also:

IMetabaseSecurity