QuickOPC User's Guide and Reference
SetExternalValue Method (UAPublisherId)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UAPublisherId Class : SetExternalValue Method
The external value to be set.
Sets the external value of the publisher Id identifier.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub SetExternalValue( _
   ByVal externalValue As Object _
) 
 
'Usage
 
Dim instance As UAPublisherId
Dim externalValue As Object
 
instance.SetExternalValue(externalValue)

Parameters

externalValue
The external value to be set.
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