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#
public bool IsUserInRole(
	string role
)
Visual Basic (Declaration)
Public Function IsUserInRole ( _
	role As String _
) As Boolean
Visual C++
public:
virtual bool IsUserInRole(
	String^ role
) sealed

Parameters

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

Return Value

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

Implements

IAppServerMgrProxy..::.IsUserInRole(String)

See Also