'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <DefaultValueAttribute(0)> Public ReadOnly Property DiagnosticsCount As Integer
'Usage
Dim instance As OperationEventArgs Dim value As Integer value = instance.DiagnosticsCount
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue(0)] public int DiagnosticsCount {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue(0)] public: property int DiagnosticsCount { int get(); }