预订演示

请注意 : 本帮助页面不适用于最新版本的Enterprise Architect. 最新的帮助文档在这里.

前页 后页

SecurityUser Class

A SecurityUser object represents a named security user.

Associated table in repository

None.

SecurityUser Attributes

Attribute

Remarks

See also

Department

String
Notes: Read only
Returns the current user's department.

FirstName

String
Notes: Read only
Returns the current user's first name.

FullName

String
Notes: Read only
Returns the current user's full name.

Login

String
Notes: Read only
Returns the current user's login name.

ObjectType

ObjectType
Notes: Read only
Distinguishes objects referenced through a Dispatch interface.
ObjectType

Surname

String
Notes: Read only
Returns the current user's surname.

SecurityUser Methods

Method

Remarks

See also

IsMemberOf (string GroupId)

Boolean
Returns True if the user is part of the specified security group.
Parameter:

  • GroupId: String - Name of the security group to check.