Determines whether the user is in the specified role.

Namespace:  GrassValley.Mseries.AppServer
Assembly:  GrassValley.Mseries.AppServer (in GrassValley.Mseries.AppServer.dll) Version: 1.0.0.0

Syntax

C#
bool IsUserInRole(
	string role
)
Visual Basic (Declaration)
Function IsUserInRole ( _
	role As String _
) As Boolean
Visual C++
bool IsUserInRole(
	String^ role
)

Parameters

role
Type: System..::.String
Role.

Return Value

true if the user is in the specified role; otherwise, false.

See Also