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



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

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

Syntax
'Declaration
 
Public Overloads Shared Function IsObsolete( _
   ByVal transportProfileUri As Uri _
) As Boolean
'Usage
 
Dim transportProfileUri As Uri
Dim value As Boolean
 
value = UATransportProfileUriStrings.IsObsolete(transportProfileUri)
public static bool IsObsolete( 
   Uri transportProfileUri
)
public:
static bool IsObsolete( 
   Uri^ transportProfileUri
) 

Parameters

transportProfileUri
The security policy URI.

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

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