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
optionName
Type: System.StringThe name of the option.
optionValue
Type: System.UInt32The numeric value for the option name.
flags
Type: System.UInt32Option flags.
See Also
CimSubscriptionDeliveryOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top