QuickOPC User's Guide and Reference
IsObsolete Method (UATransportProfileUriStrings)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > UATransportProfileUriStrings Class : IsObsolete Method
The security policy URI.
Determines whether the given URI denotes a transport profile that has been marked obsolete.
Syntax
'Declaration
 
Public Shared Function IsObsolete( _
   ByVal transportProfileUri As String _
) As Boolean
'Usage
 
Dim transportProfileUri As String
Dim value As Boolean
 
value = UATransportProfileUriStrings.IsObsolete(transportProfileUri)
public static bool IsObsolete( 
   string transportProfileUri
)
public:
static bool IsObsolete( 
   String^ transportProfileUri
) 

Parameters

transportProfileUri
The security policy URI.

Return Value

Returns true if the security policy given by transportProfileUri 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