IVCRulePropertyStorage.SetPropertyValue(String, String) 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 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