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