P4CommandDataSet Property
|
Data to be processed by the command
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic string DataSet { get; set; }
Public Property DataSet As String
Get
Set
public:
property String^ DataSet {
String^ get ();
void set (String^ value);
}
member DataSet : string with get, set
Property Value
Type:
String
See Also