'Declaration
<ElementsNotNullAttribute()> <XmlIgnoreAttribute()> Public Property Diagnostics As ExceptionCollection
'Usage
Dim instance As OperationEventArgs Dim value As ExceptionCollection instance.Diagnostics = value value = instance.Diagnostics
[ElementsNotNull()] [XmlIgnore()] public ExceptionCollection Diagnostics {get; set;}
[ElementsNotNull()] [XmlIgnore()] public: property ExceptionCollection^ Diagnostics { ExceptionCollection^ get(); void set ( ExceptionCollection^ value); }