In using the Neo4j client for .NET I have not been able to find a way to capture labels belonging to a specific node.
I can observe that this data is available by capturing network traffic, but I cannot find any way to retrieve this data using the API. The same applies to retrieving the node IDs - I can observe those on the wire, but not in code.
Is this not yet implemented?