CimOperationOptions.SetCustomOption Method
Sets a custom server or CIM provider option.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Overload List
Name | Description | |
---|---|---|
SetCustomOption(String, Boolean, Boolean) | Sets a custom server or CIM provider option (Boolean value). |
|
SetCustomOption(String, Byte, Boolean) | Sets a custom server or CIM provider option (byte value). |
|
SetCustomOption(String, Char, Boolean) | Sets a custom server or CIM provider option (character value). |
|
SetCustomOption(String, Double, Boolean) | Sets a custom server or CIM provider option (double-precision value). |
|
SetCustomOption(String, Int16, Boolean) | Sets a custom server or CIM provider option (16-bit integer value). |
|
SetCustomOption(String, Int32, Boolean) | Sets a custom server or CIM provider option (32-bit integer value). |
|
SetCustomOption(String, Int64, Boolean) | Sets a custom server or CIM provider option (64-bit integer value). |
|
SetCustomOption(String, Object, CimType, Boolean) | Sets a custom server or CIM provider option (object value). |
|
SetCustomOption(String, SByte, Boolean) | Sets a custom server or CIM provider option (Boolean value). |
|
SetCustomOption(String, Single, Boolean) | Sets a custom server or CIM provider option (single-precision value). |
|
SetCustomOption(String, String, Boolean) | Sets a custom server or CIM provider option (string value). |
|
SetCustomOption(String, UInt16, Boolean) | Sets a custom server or CIM provider option (unsigned 16-bit integer value). |
|
SetCustomOption(String, UInt32, Boolean) | Sets a custom server or CIM provider option (unsigned 32-bit integer value). |
|
SetCustomOption(String, UInt64, Boolean) | Sets a custom server or CIM provider option (unsigned 64-bit integer value). |
See Also
CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top