Group Constructor (String)
|
Create a group supplying the name.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic Group(
string id
)
Public Sub New (
id As String
)
public:
Group(
String^ id
)
new :
id : string -> Group
Parameters
- id
- Type: SystemString
See Also