FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deApplication..::..hasApplicationInRole Method

Determines whether [has application in role] [the specified s role identifier].

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

Syntax


public bool hasApplicationInRole(
	string sRoleID
)
Public Function hasApplicationInRole ( _
	sRoleID As String _
) As Boolean
public:
bool^ hasApplicationInRole(
	String^ sRoleID
)

Parameters

sRoleID
Type: String
The s role identifier.

Return Value

true if [has application in role] [the specified s role identifier]; otherwise, false.