'Declaration
<DataMemberAttribute()> Public ReadOnly Property NormalizedData As StringStringDictionary
'Usage
Dim instance As NormalizedException Dim value As StringStringDictionary instance.NormalizedData = value value = instance.NormalizedData
[DataMember()] public StringStringDictionary NormalizedData {get;}
[DataMember()] public: property StringStringDictionary^ NormalizedData { StringStringDictionary^ 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).