Nullable<(Of <(<'T>)>)>..::..Value Property
Gets the value of the current Nullable<(Of <(<'T>)>)> object if it has been assigned a valid underlying value.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public T Value { get; }
<TemplateAttribute> _ Public ReadOnly Property Value As T Get
[TemplateAttribute] public: property T Value { T get (); }