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



groupName

Glossary Item Box

Syntax

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

Parameters

groupName

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