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