The arguments for command that was run

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

Syntax

C#
public string[] CmdArgs { get; }
Visual Basic
Public ReadOnly Property CmdArgs As String()
	Get
Visual C++
public:
property array<String^>^ CmdArgs {
	array<String^>^ get ();
}

See Also