The arguments for command that was run

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

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