QuickOPC User's Guide and Reference
DefaultEndpointDescriptor Property (UABrowseNodeDescriptor)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing Namespace > UABrowseNodeDescriptor Class : DefaultEndpointDescriptor Property
The default OPC-UA endpoint descriptor.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property DefaultEndpointDescriptor As UAEndpointDescriptor
'Usage
 
Dim value As UAEndpointDescriptor
 
value = UABrowseNodeDescriptor.DefaultEndpointDescriptor
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static UAEndpointDescriptor DefaultEndpointDescriptor {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property UAEndpointDescriptor^ DefaultEndpointDescriptor {
   UAEndpointDescriptor^ get();
}
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