Deployment Tools Foundation
GetInteger Method (fieldName)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Record ► GetInteger(String)
Gets a field value as an integer.


- fieldName (String)
- Specifies the field to retrieve.

Integer value of the field, or 0 if the field is null.

Exception | Condition |
---|---|
ArgumentOutOfRangeException | The field name does not match any
of the named fields in the Record. |
