Deployment Tools Foundation
GetInteger Method (field)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Record ► GetInteger(Int32)
Gets a field value as an integer.
Declaration Syntax
Parameters
- field (Int32)
- Specifies the field to retrieve.
Return Value
Integer value of the field, or 0 if the field is null.
Remarks
Win32 MSI API: MsiRecordGetInteger
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The field is less than 0 or greater than the
number of fields in the Record. |
See Also