'Declaration
<NotNullAttribute()> Public ReadOnly Property EventId As Byte()
'Usage
Dim instance As UABaseEventObject Dim value() As Byte instance.EventId = value value = instance.EventId
[NotNull()] public byte[] EventId {get;}
[NotNull()] public: property array<byte>^ EventId { array<byte>^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).