GetLabelProvider Method
See Also 
SourceCode.Security.UserRoleManager.Client Namespace > UserRoleManagerServer Class : GetLabelProvider Method



securityLabel

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function GetLabelProvider( _
   ByVal securityLabel As String _
) As String
Visual Basic (Usage) Copy Code
Dim instance As UserRoleManagerServer
Dim securityLabel As String
Dim value As String
 
value = instance.GetLabelProvider(securityLabel)
C#  
public string GetLabelProvider( 
   string securityLabel
)
C++/CLI  
public:
String^ GetLabelProvider( 
   String^ securityLabel
) 

Parameters

securityLabel

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also