Deployment Tools Foundation
GetNullableInteger Method (fieldName)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Record ► GetNullableInteger(String)
Gets a field value as an integer.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public Nullable<int> GetNullableInteger( string fieldName )
Public Function GetNullableInteger ( fieldName As String ) As Nullable(Of Integer)
public: Nullable<int> GetNullableInteger( String^ fieldName )
Parameters
- fieldName (String)
- Specifies the field to retrieve.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The field name does not match any
of the named fields in the Record. |
See Also
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)