CimOperationOptions.SetOption Method (String, UInt32)
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.StringThe option name.
optionValue
Type: System.UInt32The value to assign for the option name.
See Also
SetOption Overload
CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top