ManagementOptions.Context Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.