'DeclarationPublic ReadOnly Property HostId As String
'UsageDim instance As EasySparkplugHostApplication Dim value As String value = instance.HostId
public string HostId {get;}
Property Value
The value represents a Sparkplug host ID. It must be a string with valid UTF-8 characters except for the reserved characters of '+' (plus) and '#' (number sign).
The value of this property cannot be null (Nothing in Visual Basic).
The default value of this property is "" (String.Empty).