Returns the sets of labels of the steps traversed by this path, or an empty list, if this path is empty.
Namespace:
Dse.Graph
Assembly:
Dse (in Dse.dll) Version: 2.9.0
Syntax public ICollection<ICollection<string>> Labels { get; }
Property Value
Type:
ICollectionICollectionStringImplements
IPathLabelsSee Also