UserFieldPart Constructor(String,UserPartTypes)
See Also 
SourceCode.Workflow.Design Namespace > UserFieldPart Class > UserFieldPart Constructor : UserFieldPart Constructor(String,UserPartTypes)



username
userPartType

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal username As String, _
   ByVal userPartType As UserFieldPart.UserPartTypes _
)
Visual Basic (Usage) Copy Code
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

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