GetString Method (fieldName)
From Microsoft Deployment Tools
Deployment Tools Foundation
GetString Method (fieldName)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Record ► GetString(String)
Gets a field value as a string.
- fieldName (String)
- Specifies the field to retrieve.
String value of the field, or an empty string if the field is null.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The field name does not match any
of the named fields in the Record. |