OPC Studio 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
 
Public Property Origin As Object
'Usage
 
Dim instance As UAPubSubHeader
Dim value As Object
 
instance.Origin = value
 
value = instance.Origin
public object Origin {get; set;}
public:
property Object^ Origin {
   Object^ get();
   void set (    Object^ value);
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

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