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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAPoint Class : DefaultEndpointDescriptor Property
Default endpoint descriptor.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property DefaultEndpointDescriptor As UAEndpointDescriptor
'Usage
 
Dim value As UAEndpointDescriptor
 
value = UAPoint.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