Click or drag to resize

GraphNodeIsObjectTree Property

Returns true if the underlying value is an object tree.

Namespace:  Cassandra.DataStax.Graph
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public bool IsObjectTree { get; }

Property Value

Type: Boolean

Implements

IGraphNodeIsObjectTree
See Also