'Declaration
<NotNullAttribute()> Public Shared Function HasTypeDefinition( _ ByVal targetName As UAQualifiedName _ ) As UABrowsePathElement
'Usage
Dim targetName As UAQualifiedName Dim value As UABrowsePathElement value = UABrowsePathElement.HasTypeDefinition(targetName)
[NotNull()] public static UABrowsePathElement HasTypeDefinition( UAQualifiedName targetName )
[NotNull()] public: static UABrowsePathElement^ HasTypeDefinition( UAQualifiedName^ targetName )
Parameters
- targetName
- The name of the target node.
Return Value
Returns the newly created instance.