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



groupName
securityLabel

Glossary Item Box

Syntax

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

Parameters

groupName
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