'Declaration
<CanBeNullAttribute()> Property Value As Object
'Usage
Dim instance As _DictionaryEntry2 Dim value As Object instance.Value = value value = instance.Value
[CanBeNull()] object Value {get; set;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).