GetUsers(String,String,String) Method
See Also 
SourceCode.Workflow.Management Namespace > WorkflowManagementServer Class > GetUsers Method : GetUsers(String,String,String) Method



userName
securityLabel
email

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function GetUsers( _
   ByVal userName As String, _
   ByVal securityLabel As String, _
   ByVal email As String _
) As Users
Visual Basic (Usage) Copy Code
Dim instance As WorkflowManagementServer
Dim userName As String
Dim securityLabel As String
Dim email As String
Dim value As Users
 
value = instance.GetUsers(userName, securityLabel, email)
C#  
public Users GetUsers( 
   string userName,
   string securityLabel,
   string email
)
C++/CLI  
public:
Users^ GetUsers( 
   String^ userName,
   String^ securityLabel,
   String^ email
) 

Parameters

userName
securityLabel
email

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