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