Visual Basic (Declaration) | |
---|---|
Public Overloads Function GetGroups( _ ByVal groupName As String, _ ByVal securityLabel As String, _ ByVal description As String _ ) As Groups |
Visual Basic (Usage) | ![]() |
---|---|
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# | |
---|---|
public Groups GetGroups( string groupName, string securityLabel, string description ) |
C++/CLI | |
---|---|
public: Groups^ GetGroups( String^ groupName, String^ securityLabel, String^ description ) |
Parameters
- groupName
- securityLabel
- description
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