CimSubscriptionDeliveryOptions.SetString(String, String, 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 SetString(System::String ^ optionName, System::String ^ optionValue, System::UInt32 flags);
public:
void SetString(Platform::String ^ optionName, Platform::String ^ optionValue, unsigned int flags);
void SetString(std::wstring const & optionName, std::wstring const & optionValue, unsigned int flags);
public void SetString (string optionName, string optionValue, uint flags);
member this.SetString : string * string * uint32 -> unit
Public Sub SetString (optionName As String, optionValue As String, flags As UInteger)
Parameters
- optionName
- String
- optionValue
- String
- flags
- UInt32