'Declaration
Public Function GetLastElement() As UABrowsePathElement
'Usage
Dim instance As UABrowsePath Dim value As UABrowsePathElement value = instance.GetLastElement()
public UABrowsePathElement GetLastElement()
public: UABrowsePathElement^ GetLastElement();
Return Value
Returns the last browse path element of the current OPC-UA browse path.
This method never returns null
(Nothing
in Visual Basic).