Returns a collection of all labels asociated with the message flow that this node belongs to.

C# | Visual Basic | Visual C++ | F# |
public ReadOnlyCollection<NBRoute> GetAllRoutes()
Public Function GetAllRoutes As ReadOnlyCollection(Of NBRoute)
public: ReadOnlyCollection<NBRoute^>^ GetAllRoutes()
member GetAllRoutes : unit -> ReadOnlyCollection<NBRoute>

All the label nodes associated with this message flow .