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