'Declaration
<DataMemberAttribute()> Public ReadOnly Property OriginalTypeName As String
'Usage
Dim instance As NormalizedException Dim value As String instance.OriginalTypeName = value value = instance.OriginalTypeName
[DataMember()] public string OriginalTypeName {get;}
[DataMember()] public: property String^ OriginalTypeName { String^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.