QuickOPC User's Guide and Reference
CustomPropertyValueDictionary Property (UAPubSubObjectElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UAPubSubObjectElement Class : CustomPropertyValueDictionary Property
Specifies additional properties for the configured PubSub object.
Syntax
'Declaration
 
<DisplayAttribute(AutoGenerateField=False, 
   Order=2, 
   ShortName="Custom Property Value Dictionary")>
Public Property CustomPropertyValueDictionary As UAKeyValueDictionary
'Usage
 
Dim instance As UAPubSubObjectElement
Dim value As UAKeyValueDictionary
 
instance.CustomPropertyValueDictionary = value
 
value = instance.CustomPropertyValueDictionary
[Display(AutoGenerateField=false, 
   Order=2, 
   ShortName="Custom Property Value Dictionary")]
public UAKeyValueDictionary CustomPropertyValueDictionary {get; set;}
[Display(AutoGenerateField=false, 
   Order=2, 
   ShortName="Custom Property Value Dictionary")]
public:
property UAKeyValueDictionary^ CustomPropertyValueDictionary {
   UAKeyValueDictionary^ get();
   void set (    UAKeyValueDictionary^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also