'Declaration<JetBrains.Annotations.NotNullAttribute()> Public Property GroupId As String
'UsageDim instance As EasySparkplugNotificationEventArgs Dim value As String instance.GroupId = value value = instance.GroupId
[JetBrains.Annotations.NotNull()] public string GroupId {get; set;}
Property Value
The value represents a Sparkplug group ID, or a filter for Sparkplug group IDs. It must be a string with valid UTF-8 characters except for the reserved character '/' (forward slash). Characters '+' (plus) and '#' are filters, and can only be used when they are the single character in the string.
The value of this property cannot be null (Nothing in Visual Basic).
The default value of this property is "" (String.Empty).