'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> ReadOnly Property EventId As Object()
'Usage
Dim instance As _UABaseEventObject Dim value() As Object value = instance.EventId
[ElementsNotNull()] [NotNull()] object[] EventId {get;}
[ElementsNotNull()] [NotNull()] property array<Object^>^ EventId { array<Object^>^ get(); }