'Declaration
<DataMemberAttribute()> <DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <DefaultValueAttribute("")> <IsValueEvidentAttribute(True)> Public ReadOnly Property NormalizedException As NormalizedException
'Usage
Dim instance As OperationEventArgs Dim value As NormalizedException value = instance.NormalizedException
[DataMember()] [DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue("")] [IsValueEvident(true)] public NormalizedException NormalizedException {get;}
[DataMember()] [DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue("")] [IsValueEvident(true)] public: property NormalizedException^ NormalizedException { NormalizedException^ get(); }