'Declaration<JetBrains.Annotations.NotNullAttribute()> Public Property DeviceId As String
'UsageDim instance As SparkplugDeviceDescriptor Dim value As String instance.DeviceId = value value = instance.DeviceId
[JetBrains.Annotations.NotNull()] public string DeviceId {get; set;}
Property Value
The value represents a Sparkplug device ID, or a filter for Sparkplug device 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 "#".