ManagementEventArgs.Context Property

Definition

Gets the operation context echoed back from the operation that triggered the event.

public:
 property System::Object ^ Context { System::Object ^ get(); };
public object Context { get; }
member this.Context : obj
Public ReadOnly Property Context As Object

Property Value

The operation context.

Remarks

Property Value

WMI context object containing context information provided by the operation that triggered the event.

.NET Framework Security

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

Applies to