共用方式為


CimSubscriptionDeliveryOptions.SetString(String, String, UInt32) Method

Definition

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

Applies to