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 the value of a named numeric option.
Namespace:   Microsoft.Management.Infrastructure.Options
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public void SetNumber(
    string optionName,
    uint optionValue,
    uint flags
)
public:
void SetNumber(
    String^ optionName,
    unsigned int optionValue,
    unsigned int flags
)
member SetNumber : 
        optionName:string *
        optionValue:uint32 *
        flags:uint32 -> unit
Public Sub SetNumber (
    optionName As String,
    optionValue As UInteger,
    flags As UInteger
)
Parameters
- optionName 
 Type: System.String- The name of the option. 
- optionValue 
 Type: System.UInt32- The numeric value for the option name. 
- flags 
 Type: System.UInt32- Option flags. 
See Also
CimSubscriptionDeliveryOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top