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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > UAEndpointSelectionPolicy Class : IsValid Property
Determines whether the policy is valid.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public ReadOnly Property IsValid As Boolean
'Usage
 
Dim instance As UAEndpointSelectionPolicy
Dim value As Boolean
 
value = instance.IsValid
[DefaultValue(true)]
public bool IsValid {get;}
[DefaultValue(true)]
public:
property bool IsValid {
   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