'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
.