'Declaration
<NotNullAttribute()> Property InputArgumentExceptionArray As Object()
'Usage
Dim instance As _UACallServiceException Dim value() As Object instance.InputArgumentExceptionArray = value value = instance.InputArgumentExceptionArray
[NotNull()] object[] InputArgumentExceptionArray {get; set;}
[NotNull()] property array<Object^>^ InputArgumentExceptionArray { array<Object^>^ get(); void set ( array<Object^>^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value can be null
(Nothing
in Visual Basic).