IVCBuildPropertyStorage.SetPropertyValue Method

Definition

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

Parameters

pszPropName
String
pszConfigName
String
storage
String
pszPropValue
String

Applies to