Command Property

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Gets the commandline arguments used to restart the application.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library.AppRecoveryRestart
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public string Command { get; }
Visual Basic (Declaration)
Public ReadOnly Property Command As String
Visual C++
public:
property String^ Command {
	String^ get ();
}

Field Value

A String object.

See Also