Share via


MapValue.Key Property

Gets the integer value of the map.

Namespace:  Microsoft.SqlServer.XEvent
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

Syntax

'Declaration
Public ReadOnly Property Key As UInteger 
    Get
'Usage
Dim instance As MapValue 
Dim value As UInteger 

value = instance.Key
public uint Key { get; }
public:
property unsigned int Key {
    unsigned int get ();
}
member Key : uint32
function get Key () : uint

Property Value

Type: System.UInt32
The integer value of the map.

See Also

Reference

MapValue Class

Microsoft.SqlServer.XEvent Namespace