'Declaration
<ColumnDisplayAttribute(2)> <DataMemberAttribute()> <DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <DisplayAttribute(AutoGenerateField=False, ShortName="Normalized Diagnostics")> <ElementsNotNullAttribute()> Public ReadOnly Property NormalizedDiagnostics As NormalizedExceptionCollection
'Usage
Dim instance As OperationResult Dim value As NormalizedExceptionCollection value = instance.NormalizedDiagnostics
[ColumnDisplay(2)] [DataMember()] [DebuggerBrowsable(DebuggerBrowsableState.Never)] [Display(AutoGenerateField=false, ShortName="Normalized Diagnostics")] [ElementsNotNull()] public NormalizedExceptionCollection NormalizedDiagnostics {get;}
[ColumnDisplay(2)] [DataMember()] [DebuggerBrowsable(DebuggerBrowsableState.Never)] [Display(AutoGenerateField=false, ShortName="Normalized Diagnostics")] [ElementsNotNull()] public: property NormalizedExceptionCollection^ NormalizedDiagnostics { NormalizedExceptionCollection^ get(); }