Deployment Tools Foundation
GetNullableInteger Method (field)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Record ► GetNullableInteger(Int32)
Gets a field value as an integer.


- field (Int32)
- Specifies the field to retrieve.

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

Win32 MSI API: MsiRecordGetInteger

Exception | Condition |
---|---|
ArgumentOutOfRangeException | The field is less than 0 or greater than the
number of fields in the Record. |
