QuickOPC User's Guide and Reference
Implicit Type Conversion Operator (UABrowsePathElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation Namespace > UABrowsePathElement Class : Implicit Type Conversion Operator
The qualified name to be converted.
Converts a OpcLabs.EasyOpc.UA.AddressSpace.UAQualifiedName to a browse path element.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public Operator Widening CType( _
   ByVal targetName As UAQualifiedName _
) As UABrowsePathElement
'Usage
 
[CanBeNull()]
public UABrowsePathElement operator implicit( 
   UAQualifiedName targetName
)
[CanBeNull()]
public:
operator UABrowsePathElement^ ( 
   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