Finds the users in role.
Namespace:
MySql.Web.Security
Assembly:
MySql.Web (in MySql.Web.dll) Version: 6.2.2.0
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Function FindUsersInRole ( _
rolename As String, _
usernameToMatch As String _
) As String() |
Visual C++ |
---|
public:
virtual array<String^>^ FindUsersInRole(
String^ rolename,
String^ usernameToMatch
) override |
Return Value
A string array containing the names of all the users where the
user name matches usernameToMatch and the user is a member of the specified role.
See Also