Behavior 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 behavior of the watchdog event handler.

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

Syntax

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

Property Value

Type: Microsoft.SPOT.Hardware. . :: . .WatchdogBehavior
The behavior of the watchdog event handler.

.NET Framework Security

See Also

Reference

Watchdog Class

Microsoft.SPOT.Hardware Namespace