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



userName
securityLabel
email
description

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function GetUsers( _
   ByVal userName As String, _
   ByVal securityLabel As String, _
   ByVal email As String, _
   ByVal description 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 description As String
Dim value As Users
 
value = instance.GetUsers(userName, securityLabel, email, description)

Parameters

userName
securityLabel
email
description

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