GetWorkflowRunAsIdentifier Method
See Also 
SourceCode.Workflow.Management Namespace > WorkflowManagementServer Class : GetWorkflowRunAsIdentifier Method



userName
password
securityLabel

Glossary Item Box

Syntax

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

Parameters

userName
password
securityLabel

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