CimSubscriptionDeliveryOptions.SetNumber(String, UInt32, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void SetNumber(System::String ^ optionName, System::UInt32 optionValue, System::UInt32 flags);
public:
void SetNumber(Platform::String ^ optionName, unsigned int optionValue, unsigned int flags);
void SetNumber(std::wstring const & optionName, unsigned int optionValue, unsigned int flags);
public void SetNumber (string optionName, uint optionValue, uint flags);
member this.SetNumber : string * uint32 * uint32 -> unit
Public Sub SetNumber (optionName As String, optionValue As UInteger, flags As UInteger)
Parameters
- optionName
- String
- optionValue
- UInt32
- flags
- UInt32