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 action 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
Private Set
'Usage
Dim instance As PublishedAction
Dim value As Object
value = instance.Value
public Object Value { get; private set; }
public:
virtual property Object^ Value {
Object^ get () sealed;
private: void set (Object^ value) sealed;
}
abstract Value : Object with get, private set
override Value : Object with get, private set
final function get Value () : Object
private final function set Value (value : Object)
Property Value
Type: System.Object
The value of the action in its native format.