'Declaration<JetBrains.Annotations.NotNullAttribute()> Public Property Result As SparkplugPayload
'UsageDim instance As SparkplugProducerPollEventArgs Dim value As SparkplugPayload instance.Result = value value = instance.Result
[JetBrains.Annotations.NotNull()] public SparkplugPayload Result {get; set;}
[JetBrains.Annotations.NotNull()] public: property SparkplugPayload^ Result { SparkplugPayload^ get(); void set ( SparkplugPayload^ value); }
Property Value
The Sparkplug payload that results from the poll operation.The value of this property cannot be null (Nothing in Visual Basic).