Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal username As String, _ ByVal userPartType As UserFieldPart.UserPartTypes _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim username As String Dim userPartType As UserFieldPart.UserPartTypes Dim instance As New UserFieldPart(username, userPartType) |
C# | |
---|---|
public UserFieldPart( string username, UserFieldPart.UserPartTypes userPartType ) |
C++/CLI | |
---|---|
public: UserFieldPart( String^ username, UserFieldPart.UserPartTypes userPartType ) |
Parameters
- username
- userPartType
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