QuickOPC User's Guide and Reference
Default Property (UAEndpointDescriptionChecks)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > UAEndpointDescriptionChecks Class : Default Property
Default endpoint description checks.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared Shadows ReadOnly Property Default As UAEndpointDescriptionChecks
'Usage
 
Dim value As UAEndpointDescriptionChecks
 
value = UAEndpointDescriptionChecks.Default
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public new static UAEndpointDescriptionChecks Default {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
new static property UAEndpointDescriptionChecks^ Default {
   UAEndpointDescriptionChecks^ 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