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



groupName
securityLabel
description

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function GetGroups( _
   ByVal groupName As String, _
   ByVal securityLabel As String, _
   ByVal description As String _
) As Groups
Visual Basic (Usage) Copy Code
Dim instance As WorkflowManagementServer
Dim groupName As String
Dim securityLabel As String
Dim description As String
Dim value As Groups
 
value = instance.GetGroups(groupName, securityLabel, description)
C++/CLI  
public:
Groups^ GetGroups( 
   String^ groupName,
   String^ securityLabel,
   String^ description
) 

Parameters

groupName
securityLabel
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