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