EasyUA Reference
IsValid Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > QualifiedName Class : IsValid Method

value
The name to be validated.
namespaceUris
The table namespaces known to the server.

Glossary Item Box

Returns true if the QualifiedName is valid.

Syntax

Visual Basic (Usage)Copy Code
Dim value As QualifiedName
Dim namespaceUris As NamespaceTable
Dim value As Boolean
 
value = QualifiedName.IsValid(value, namespaceUris)
C# 
public static bool IsValid( 
   QualifiedName value,
   NamespaceTable namespaceUris
)

Parameters

value
The name to be validated.
namespaceUris
The table namespaces known to the server.

Return Value

True if the name is value.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.