Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
| .jpeg) | SetCustomOption(String, Boolean, Boolean) | Sets a custom server or CIM provider option (Boolean value). | 
| .jpeg) | SetCustomOption(String, Byte, Boolean) | Sets a custom server or CIM provider option (byte value). | 
| .jpeg) | SetCustomOption(String, Char, Boolean) | Sets a custom server or CIM provider option (character value). | 
| .jpeg) | SetCustomOption(String, Double, Boolean) | Sets a custom server or CIM provider option (double-precision value). | 
| .jpeg) | SetCustomOption(String, Int16, Boolean) | Sets a custom server or CIM provider option (16-bit integer value). | 
| .jpeg) | SetCustomOption(String, Int32, Boolean) | Sets a custom server or CIM provider option (32-bit integer value). | 
| .jpeg) | SetCustomOption(String, Int64, Boolean) | Sets a custom server or CIM provider option (64-bit integer value). | 
| .jpeg) | SetCustomOption(String, Object, CimType, Boolean) | Sets a custom server or CIM provider option (object value). | 
| .jpeg) | SetCustomOption(String, SByte, Boolean) | Sets a custom server or CIM provider option (Boolean value). | 
| .jpeg) | SetCustomOption(String, Single, Boolean) | Sets a custom server or CIM provider option (single-precision value). | 
| .jpeg) | SetCustomOption(String, String, Boolean) | Sets a custom server or CIM provider option (string value). | 
| .jpeg) | SetCustomOption(String, UInt16, Boolean) | Sets a custom server or CIM provider option (unsigned 16-bit integer value). | 
| .jpeg) | SetCustomOption(String, UInt32, Boolean) | Sets a custom server or CIM provider option (unsigned 32-bit integer value). | 
| .jpeg) | 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