Flags Property

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

Gets the flags specifying the states from which the current weak reference should be recoverable.

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

Syntax

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

Property Value

Type: System. . :: . .UInt32
The recovery flags for the current weak reference.

.NET Framework Security

See Also

Reference

ExtendedWeakReference Class

Microsoft.SPOT Namespace