'Declaration
<DefaultValueAttribute("")> Public ReadOnly Property OriginalType As Type
'Usage
Dim instance As NormalizedException Dim value As Type value = instance.OriginalType
[DefaultValue("")] public Type OriginalType {get;}
[DefaultValue("")] public: property Type^ OriginalType { Type^ get(); }