'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shared ReadOnly Property Null As AEEventData
'Usage
Dim value As AEEventData value = AEEventData.Null
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public static AEEventData Null {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public: static property AEEventData^ Null { AEEventData^ get(); }