ManagementOptions.Context Property

Definition

Gets or sets a WMI context object. This is a name-value pairs list to be passed through to a WMI provider that supports context information for customized operation.

public:
 property System::Management::ManagementNamedValueCollection ^ Context { System::Management::ManagementNamedValueCollection ^ get(); void set(System::Management::ManagementNamedValueCollection ^ value); };
public System.Management.ManagementNamedValueCollection Context { get; set; }
member this.Context : System.Management.ManagementNamedValueCollection with get, set
Public Property Context As ManagementNamedValueCollection

Property Value

Returns a ManagementNamedValueCollection that contains WMI context information.

Remarks

Property Value

A name-value pairs list to be passed through to a WMI provider that supports context information for customized operation.

.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