The Arguments the application was started with

Namespace: AppCan.wpf.Application
Assembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also