Deployment Tools Foundation
IsNull Method (field)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Record ► IsNull(Int32)
Reports whether a record field is null.
Declaration Syntax
Parameters- field (Int32)
- Specifies the field to check.
Return ValueTrue if the field is null, false otherwise.
RemarksWin32 MSI API: MsiRecordIsNull
Exceptions| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The field is less than 0 or greater than the
number of fields in the Record. |