Priority 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 priority level for the current weak reference.

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

Syntax

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

Property Value

Type: System. . :: . .Int32
The priority level for the current weak reference.

Remarks

The higher the value, the higher the priority level.

.NET Framework Security

See Also

Reference

ExtendedWeakReference Class

Microsoft.SPOT Namespace