P4CommandResultCmdArgs Property
|
The arguments for command that was run
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.2.287.2434
Syntaxpublic string[] CmdArgs { get; }Public ReadOnly Property CmdArgs As String()
Get
public:
property array<String^>^ CmdArgs {
array<String^>^ get ();
}member CmdArgs : string[] with get
Property Value
Type:
String
See Also