Visual Basic (Declaration) | |
---|---|
Public Function GetWorkflowRunAsIdentifier( _ ByVal userName As String, _ ByVal password As String, _ ByVal securityLabel As String _ ) As Guid |
Visual Basic (Usage) | ![]() |
---|---|
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++/CLI | |
---|---|
public: Guid GetWorkflowRunAsIdentifier( String^ userName, String^ password, String^ securityLabel ) |
Parameters
- userName
- password
- securityLabel
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