'Declaration
<JetBrains.Annotations.NotNullAttribute()> Public Property EventDataPayload As AEEventDataPayload
'Usage
Dim instance As AENotificationPayload Dim value As AEEventDataPayload instance.EventDataPayload = value value = instance.EventDataPayload
[JetBrains.Annotations.NotNull()] public AEEventDataPayload EventDataPayload {get; set;}
[JetBrains.Annotations.NotNull()] public: property AEEventDataPayload^ EventDataPayload { AEEventDataPayload^ get(); void set ( AEEventDataPayload^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).