Connectivity Software User's Guide and Reference
IsObsolete Method (UASchemes)



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.Discovery Namespace > UASchemes Class : IsObsolete Method
The URI scheme to check.

The value of this parameter cannot be null (Nothing in Visual Basic).

Determines whether the specified URI scheme is obsolete in OPC UA.
Syntax
'Declaration
 
Public Shared Function IsObsolete( _
   ByVal scheme As String _
) As Boolean
'Usage
 
Dim scheme As String
Dim value As Boolean
 
value = UASchemes.IsObsolete(scheme)
public static bool IsObsolete( 
   string scheme
)
public:
static bool IsObsolete( 
   String^ scheme
) 

Parameters

scheme
The URI scheme to check.

The value of this parameter cannot be null (Nothing in Visual Basic).

Return Value

true if the scheme is obsolete; otherwise, false.
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