class DefaultVertexProperty
A property of a graph vertex. A vertex property can contain its own properties.
Extends
Methods
string
name
( )Gets the name of the property.
Graph\Result
value
( )Gets the value of the property.
Graph\Result
parent
( )Gets The graph element that contains this property.
Graph\Result
id
( )Gets the vertex property’s unique identifier.
string
label
( )Get’s the vertex property’s label.
array
properties
( )Gets an array of the vertex property’s properties.
Gets the vertex property’s property at the specified key.