Item(String) Property
See Also 
SourceCode.Security.UserRoleManager.Management Namespace > Roles Class > Item Property : Item(String) Property



roleName

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads ReadOnly Property Item( _
   ByVal roleName As String _
) As Role
Visual Basic (Usage) Copy Code
Dim instance As Roles
Dim roleName As String
Dim value As Role
 
value = instance.Item(roleName)
C#  
public Role Item( 
   string roleName
) {get;}
C++/CLI  
public:
property Role^ Item {
   Role^ get(String^ roleName);
}

Parameters

roleName

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