'Declaration
<NotNullAttribute()> ReadOnly Property NormalizedDiagnostics As NormalizedExceptionCollection
'Usage
Dim instance As _EasyUAServerConditionChangedEventArgs Dim value As NormalizedExceptionCollection value = instance.NormalizedDiagnostics
[NotNull()] NormalizedExceptionCollection NormalizedDiagnostics {get;}
[NotNull()] property NormalizedExceptionCollection^ NormalizedDiagnostics { NormalizedExceptionCollection^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).