Initializes a new instance of the
Label class
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
C# |
---|
public Label(
string id,
string owner,
DateTime update,
DateTime access,
string description,
bool locked,
string revision,
string serverid,
ViewMap viewmap,
FormSpec spec,
string options
) |
Visual Basic |
---|
Public Sub New ( _
id As String, _
owner As String, _
update As DateTime, _
access As DateTime, _
description As String, _
locked As Boolean, _
revision As String, _
serverid As String, _
viewmap As ViewMap, _
spec As FormSpec, _
options As String _
) |
Visual C++ |
---|
public:
Label(
String^ id,
String^ owner,
DateTime update,
DateTime access,
String^ description,
bool locked,
String^ revision,
String^ serverid,
ViewMap^ viewmap,
FormSpec^ spec,
String^ options
) |
See Also