IBProcessStep.RoleId

Syntax

RoleId: String;

Description

The RoleId property determines identifier of the security subject who is a step owner.

Comments

As a value of RoleId, specify value of the Sid.AsString property for the required security subject. If the ParentRoleId property is set to True, the RoleId property returns identifier of the security subject who is a process owner. If the RoleId property is set to empty string, the ParentRoleId property is automatically set to True. If the RoleId property is set to a security subject identifier, the ParentRoleId property is automatically set to False.

Example

The property use is given in the example for IBProcessSteps.Add.

See also:

IBProcessStep