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 transport option to an integer value.
Namespace:   Microsoft.Management.Infrastructure.Options
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public void SetOption(
    string optionName,
    uint optionValue
)
public:
void SetOption(
    String^ optionName,
    unsigned int optionValue
)
member SetOption : 
        optionName:string *
        optionValue:uint32 -> unit
Public Sub SetOption (
    optionName As String,
    optionValue As UInteger
)
Parameters
- optionName 
 Type: System.String- The option name. 
- optionValue 
 Type: System.UInt32- The value to assign for the option name. 
See Also
SetOption Overload
CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top