'Declaration
<NotNullAttribute()> Property Diagnostics As ExceptionCollection
'Usage
Dim instance As _OperationResult Dim value As ExceptionCollection instance.Diagnostics = value value = instance.Diagnostics
[NotNull()] ExceptionCollection Diagnostics {get; set;}
[NotNull()] property ExceptionCollection^ Diagnostics { ExceptionCollection^ get(); void set ( ExceptionCollection^ value); }
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).