'Declaration
<NotNullAttribute()> ReadOnly Property EventId As Object()
'Usage
Dim instance As _UABaseEventObject Dim value() As Object value = instance.EventId
[NotNull()] object[] EventId {get;}
[NotNull()] property array<Object^>^ EventId { array<Object^>^ 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).