ProcessTraits.Arguments Property

Gets the list of arguments that were supplied to the process when it started.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Property Arguments As String
public string Arguments { get; private set; }
public:
property String^ Arguments {
    String^ get ();
    private: void set (String^ value);
}
member Arguments : string with get, private set
function get Arguments () : String 
private function set Arguments (value : String)

Property Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

ProcessTraits Class

Microsoft.VisualStudio.IntelliTrace Namespace