MapValue.Value Property

Gets the string value of the map entry. This value is a comma separated list when the map type is a bitmap and the key corresponds to more than one entry in the map.

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

Syntax

'Declaration
Public ReadOnly Property Value As String 
    Get
'Usage
Dim instance As MapValue 
Dim value As String 

value = instance.Value
public string Value { get; }
public:
property String^ Value {
    String^ get ();
}
member Value : string
function get Value () : String

Property Value

Type: System.String
The string value of the map entry.

See Also

Reference

MapValue Class

Microsoft.SqlServer.XEvent Namespace