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