|   | ISecurityProviderTranslateRole Method | 
        
        
            Performs a translation of the specified user role.
            
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.257-beta
 Syntax
Syntaxstring TranslateRole(
	string role
)
Function TranslateRole ( 
	role As String
) As String
String^ TranslateRole(
	String^ role
)
abstract TranslateRole : 
        role : string -> string function TranslateRole(role);
Parameters
- role  String
- The user role to be translated.
Return Value
StringThe user role that the specified user 
role translates to.
 See Also
See Also