System.Nullable<T>: Property Members

The properties of System.Nullable<T> are listed below. For a list of all members, see the Nullable<T> Members list.

See Also: Inherited members from System.ValueType

Public Properties

[read-only]
HasValuebool.

Gets a value indicating whether the current Nullable`1 object has a valid value of its underlying type.

[read-only]
ValueT.

Gets the value of the current Nullable`1 object if it has been assigned a valid underlying value.