ListInput Constructor(Type)
See Also 
SourceCode.Security.UserRoleManager.Management Namespace > ListInput Class > ListInput Constructor : ListInput Constructor(Type)



roleItemType

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal roleItemType As Type _
)
Visual Basic (Usage) Copy Code
Dim roleItemType As Type
 
Dim instance As New ListInput(roleItemType)
C#  
public ListInput( 
   Type roleItemType
)
C++/CLI  
public:
ListInput( 
   Type^ roleItemType
)

Parameters

roleItemType

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