QuickOPC User's Guide and Reference
PublishedVariable Property (UAPublishedVariableData)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UAPublishedVariableData Class : PublishedVariable Property
The node Id of the published variable.
Syntax
'Declaration
 
<DisplayAttribute(AutoGenerateField=True, 
   Order=1, 
   ShortName="Published Variable")>
Public Property PublishedVariable As UANodeId
'Usage
 
Dim instance As UAPublishedVariableData
Dim value As UANodeId
 
instance.PublishedVariable = value
 
value = instance.PublishedVariable
[Display(AutoGenerateField=true, 
   Order=1, 
   ShortName="Published Variable")]
public UANodeId PublishedVariable {get; set;}
[Display(AutoGenerateField=true, 
   Order=1, 
   ShortName="Published Variable")]
public:
property UANodeId^ PublishedVariable {
   UANodeId^ get();
   void set (    UANodeId^ 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