OPC Studio User's Guide and Reference
IsObsolete(String) Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > UATransportProfileUriStrings Class > IsObsolete Method : IsObsolete(String) Method
The security policy URI string.

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

Determines whether the given URI denotes a transport profile that has been marked obsolete.
Syntax
'Declaration
 
Public Overloads Shared Function IsObsolete( _
   ByVal transportProfileUriString As String _
) As Boolean
'Usage
 
Dim transportProfileUriString As String
Dim value As Boolean
 
value = UATransportProfileUriStrings.IsObsolete(transportProfileUriString)
public static bool IsObsolete( 
   string transportProfileUriString
)
public:
static bool IsObsolete( 
   String^ transportProfileUriString
) 

Parameters

transportProfileUriString
The security policy URI string.

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

Return Value

Returns true if the security policy given by transportProfileUriString has been marked obsolete; otherwise, it returns 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