Click or drag to resize

ElementGetProperties Method

Gets all properties of an element.

Namespace:  Cassandra.DataStax.Graph
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public IEnumerable<IProperty> GetProperties()

Return Value

Type: IEnumerableIProperty

Implements

IElementGetProperties
See Also