'Declaration<JetBrains.Annotations.NotNullAttribute()> Public ReadOnly Property PropertyValueDictionary As StringObjectDictionary
'UsageDim instance As SparkplugMetadata Dim value As StringObjectDictionary value = instance.PropertyValueDictionary
[JetBrains.Annotations.NotNull()] public StringObjectDictionary PropertyValueDictionary {get;}
[JetBrains.Annotations.NotNull()] public: property StringObjectDictionary^ PropertyValueDictionary { StringObjectDictionary^ get(); }
Property Value
The value of this property cannot be null (Nothing in Visual Basic).
The individual elements of the property value can be null (Nothing in Visual Basic).