QuickOPC User's Guide and Reference
Origin Property (UAPubSubHeader)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UAPubSubHeader Class : Origin Property
Indicates the origin of the dataset (the type and semantics depend on the transport used).
Syntax
'Declaration
 
<IsValueEvidentAttribute(True)>
Public Property Origin As Object
'Usage
 
Dim instance As UAPubSubHeader
Dim value As Object
 
instance.Origin = value
 
value = instance.Origin
[IsValueEvident(true)]
public object Origin {get; set;}
[IsValueEvident(true)]
public:
property Object^ Origin {
   Object^ get();
   void set (    Object^ value);
}
Remarks

For example:

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