IWorkflowService.GetWorkflowNames Method
Retrieves the list of workflows.
Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)
Usage
'Usage
Dim instance As IWorkflowService
Dim returnValue As String
returnValue = instance.GetWorkflowNames
Syntax
'Declaration
Function GetWorkflowNames As String
string GetWorkflowNames ()
String^ GetWorkflowNames ()
String GetWorkflowNames ()
function GetWorkflowNames () : String
Return Value
Type: String
List of workflows.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
IWorkflowService Interface
IWorkflowService Members
Microsoft.Uii.AifServices Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.