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