Click or drag to resize

PathLabels Property

Returns the sets of labels of the steps traversed by this path, or an empty list, if this path is empty.

Namespace:  Cassandra.DataStax.Graph
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public ICollection<ICollection<string>> Labels { get; }

Property Value

Type: ICollectionICollectionString

Implements

IPathLabels
See Also