DataConnection Type
The Neo4jConnection object.
Remarks
The Neo4jConnection object. Connection properties can be accessed with the getter and setter methods of this object:
$conn = Connect-Neo4j -server "localhost" -port "7474" -user "neo4j" -password "password" $conn | GM