Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the value of the field in its native format.
Namespace: Microsoft.SqlServer.XEvent
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
ReadOnly Property Value As Object
Get
'Usage
Dim instance As IField
Dim value As Object
value = instance.Value
Object Value { get; }
property Object^ Value {
Object^ get ();
}
abstract Value : Object
function get Value () : Object
Property Value
Type: System.Object
The field value.