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