[This is preliminary documentation and is subject to change.]

Create a group supplying the name.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)

Syntax

C#
public Group(
	string id
)
Visual Basic
Public Sub New ( _
	id As String _
)
Visual C++
public:
Group(
	String^ id
)

Parameters

id
Type: System..::..String

See Also