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

The data set for use by a command

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

Syntax

C#
public string DataSet { get; set; }
Visual Basic
Public Property DataSet As String
	Get
	Set
Visual C++
public:
property String^ DataSet {
	String^ get ();
	void set (String^ value);
}

Remarks

If a command requires data not passed on the command line, such as a client spec, it is passed to the P$ server by setting the data set in the P4 api.

See Also