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