'Declaration<JetBrains.Annotations.CanBeNullAttribute()> Public Property Callback As EasySparkplugPayloadNotificationEventHandler
'UsageDim instance As EasySparkplugPayloadSubscriptionArguments Dim value As EasySparkplugPayloadNotificationEventHandler instance.Callback = value value = instance.Callback
[JetBrains.Annotations.CanBeNull()] public EasySparkplugPayloadNotificationEventHandler Callback {get; set;}
[JetBrains.Annotations.CanBeNull()] public: property EasySparkplugPayloadNotificationEventHandler^ Callback { EasySparkplugPayloadNotificationEventHandler^ get(); void set ( EasySparkplugPayloadNotificationEventHandler^ value); }
Property Value
The value of this property can be null (Nothing in Visual Basic).
The default value of this property is null.