Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.