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