IVertexGetProperties Method (String) |
Gets the properties of this element that has the given name or an empty iterator if not found.
Namespace:
Cassandra.DataStax.Graph
Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax IEnumerable<IVertexProperty> GetProperties(
string name
)
Parameters
- name
- Type: SystemString
Return Value
Type:
IEnumerableIVertexPropertySee Also