IVCBuildPropertyStorage.SetPropertyValue 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 ^ 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