Represents a property in DSE Graph.
Namespace:
Cassandra.DataStax.Graph
Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.0
Syntaxpublic interface IProperty : IEquatable<IProperty>
The IProperty type exposes the following members.
Properties
| Name | Description |
---|
 | Name |
Gets the property name.
|
 | Value |
Gets the property value.
|
Top
See Also