FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deUser..::..hasSystemRole Method

Determines whether [has system role] [the specified o role].

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool hasSystemRole(
	deSystemRole oRole
)
Public Function hasSystemRole ( _
	oRole As deSystemRole _
) As Boolean
public:
bool^ hasSystemRole(
	deSystemRole^ oRole
)

Parameters

oRole
Type: FlowWright.cDevDeAPI..::..deSystemRole
The o role.

Return Value

true if [has system role] [the specified o role]; otherwise, false.