IVCRulePropertyStorage.SetPropertyValue(String, String) Method

Definition

public:
 void SetPropertyValue(System::String ^ bstrPropertyName, System::String ^ bstrUnevaluatedPropertyValue);
public:
 void SetPropertyValue(Platform::String ^ bstrPropertyName, Platform::String ^ bstrUnevaluatedPropertyValue);
void SetPropertyValue(std::wstring const & bstrPropertyName, std::wstring const & bstrUnevaluatedPropertyValue);
public void SetPropertyValue (string bstrPropertyName, string bstrUnevaluatedPropertyValue);
abstract member SetPropertyValue : string * string -> unit
Public Sub SetPropertyValue (bstrPropertyName As String, bstrUnevaluatedPropertyValue As String)

Parameters

bstrPropertyName
String
bstrUnevaluatedPropertyValue
String

Applies to