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



username
displayname
userPartType

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal username As String, _
   ByVal displayname As String, _
   ByVal userPartType As UserFieldPart.UserPartTypes _
)
Visual Basic (Usage) Copy Code
Dim username As String
Dim displayname As String
Dim userPartType As UserFieldPart.UserPartTypes
 
Dim instance As New UserFieldPart(username, displayname, userPartType)

Parameters

username
displayname
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