IsNull Method (fieldName)
From Microsoft Deployment Tools
Deployment Tools Foundation
IsNull Method (fieldName)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Record ► IsNull(String)
Reports whether a record field is null.
- fieldName (String)
- Specifies the field to check.
True if the field is null, false otherwise.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The field name does not match any
of the named fields in the Record. |