Deployment Tools Foundation
GetInteger Method (fieldName)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Record ► GetInteger(String)
Gets a field value as an integer.
Declaration Syntax
Parameters
- fieldName (String)
- Specifies the field to retrieve.
Return Value
Integer value of the field, or 0 if the field is null.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The field name does not match any
of the named fields in the Record. |
See Also