QuickOPC User's Guide and Reference
FromUAQualifiedName Method (UABrowsePathElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation Namespace > UABrowsePathElement Class : FromUAQualifiedName Method
The qualified name to be converted.
Converts a OpcLabs.EasyOpc.UA.AddressSpace.UAQualifiedName to a browse path element.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public Shared Function FromUAQualifiedName( _
   ByVal targetName As UAQualifiedName _
) As UABrowsePathElement
'Usage
 
Dim targetName As UAQualifiedName
Dim value As UABrowsePathElement
 
value = UABrowsePathElement.FromUAQualifiedName(targetName)
[CanBeNull()]
public static UABrowsePathElement FromUAQualifiedName( 
   UAQualifiedName targetName
)
[CanBeNull()]
public:
static UABrowsePathElement^ FromUAQualifiedName( 
   UAQualifiedName^ targetName
) 

Parameters

targetName
The qualified name to be converted.

Return Value

For a non-null input, returns the browse element with the given qualified name, following any hierarchical reference. Returns null if the input is null.
Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

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