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