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