QuickOPC User's Guide and Reference
HasWarnings Property (UAEndpointSelectionPolicy)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > UAEndpointSelectionPolicy Class : HasWarnings Property
Determines whether there are warnings associated with the current settings.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public ReadOnly Property HasWarnings As Boolean
'Usage
 
Dim instance As UAEndpointSelectionPolicy
Dim value As Boolean
 
value = instance.HasWarnings
[DefaultValue(true)]
public bool HasWarnings {get;}
[DefaultValue(true)]
public:
property bool HasWarnings {
   bool get();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012 R2, Windows Server 2016; .NET Core, .NET 6: Linux, macOS, Microsoft Windows

See Also