ISplashPresenterCommandLineArgs Property |
Gets or sets the command-line arguments that were passed to the program on startup.
Namespace: VirtualRadar.Interface.PresenterAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string[] CommandLineArgs { get; set; }
Property CommandLineArgs As String()
Get
Set
property array<String^>^ CommandLineArgs {
array<String^>^ get ();
void set (array<String^>^ value);
}
abstract CommandLineArgs : string[] with get, set
Property Value
Type:
StringSee Also