PublishedEventField.Value Property

Gets the value of the field in its native format.

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

Syntax

'Declaration
Public Property Value As Object 
    Get 
    Friend Set
'Usage
Dim instance As PublishedEventField 
Dim value As Object 

value = instance.Value
public Object Value { get; internal set; }
public:
virtual property Object^ Value {
    Object^ get () sealed;
    internal: void set (Object^ value) sealed;
}
abstract Value : Object with get, internal set 
override Value : Object with get, internal set
final function get Value () : Object 
internal final function set Value (value : Object)

Property Value

Type: System.Object
The value of the field in its native format.

Implements

IField.Value

See Also

Reference

PublishedEventField Class

Microsoft.SqlServer.XEvent.Linq Namespace