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