ShutdownMode Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the condition that causes the Shutdown method to be called.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Property ShutdownMode As ShutdownMode
public ShutdownMode ShutdownMode { get; set; }
public:
property ShutdownMode ShutdownMode {
    ShutdownMode get ();
    void set (ShutdownMode value);
}
member ShutdownMode : ShutdownMode with get, set
function get ShutdownMode () : ShutdownMode
function set ShutdownMode (value : ShutdownMode)

Property Value

Type: Microsoft.SPOT. . :: . .ShutdownMode
A value from the ShutdownMode enumeration. The default return value is OnLastWindowClose.

.NET Framework Security

See Also

Reference

Application Class

Microsoft.SPOT Namespace