Arguments for the command
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic StringList Args { get; set; }
Public Property Args As StringList
Get
Set
public:
property StringList^ Args {
StringList^ get ();
void set (StringList^ value);
}
member Args : StringList with get, set
Property Value
Type:
StringList
See Also