Id Property

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

Gets the ID associated with the current weak reference.

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

Syntax

'Declaration
Public ReadOnly Property Id As UInteger
public uint Id { get; }
public:
property unsigned int Id {
    unsigned int get ();
}
member Id : uint32
function get Id () : uint

Property Value

Type: System. . :: . .UInt32
The ID for the current weak reference.

.NET Framework Security

See Also

Reference

ExtendedWeakReference Class

Microsoft.SPOT Namespace