Tag Property

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

Gets or sets a user-defined data object that is passed to the Tick event handler.

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

Syntax

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

Property Value

Type: System. . :: . .Object
The user-defined data object that is passed to the Tick event handler. The default value is a nullNothingnullptrunita null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

DispatcherTimer Class

Microsoft.SPOT Namespace