SetString Method (fieldName, value)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation SetString Method (fieldName, value)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerRecordSetString(String, String)
Sets the value of a field to a string.
Declaration Syntax
C# Visual Basic Visual C++
public void SetString(
	string fieldName,
	string value
)
Public Sub SetString ( 
	fieldName As String,
	value As String
)
public:
void SetString(
	String^ fieldName, 
	String^ value
)
Parameters
fieldName (String)
Specifies the field to set.
value (String)
new value of the field
Exceptions
Exception Condition
ArgumentOutOfRangeException The field name does not match any of the named fields in the Record.

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)