Share via


CimSubscriptionDeliveryOptions.SetNumber Method (String, UInt32, UInt32)

 

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

  • optionValue
    Type: System.UInt32

    The numeric value for the option name.

See Also

CimSubscriptionDeliveryOptions Class
Microsoft.Management.Infrastructure.Options Namespace

Return to top