'Declaration
<NotNullAttribute()> ReadOnly Property Data As _Dictionary
'Usage
Dim instance As _FormatException2 Dim value As _Dictionary value = instance.Data
[NotNull()] _Dictionary Data {get;}
[NotNull()] property _Dictionary^ Data { _Dictionary^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value can be null
(Nothing
in Visual Basic).