QuickOPC User's Guide and Reference
Prefix Property (UAEndpointDescriptor)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAEndpointDescriptor Class : Prefix Property
A scheme name followed by a colon. An empty string if there is no scheme.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<DefaultValueAttribute("opc.tcp:")>
<IgnoreDataMemberAttribute()>
<NotNullAttribute()>
Public Shadows Property Prefix As String
 
'Usage
 
Dim instance As UAEndpointDescriptor
Dim value As String
 
instance.Prefix = value
 
value = instance.Prefix
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