Interface IProperty
Represents a property in DSE Graph.
Inherited Members
Namespace: Cassandra.DataStax.Graph
Assembly: Cassandra.dll
Syntax
public interface IProperty : IEquatable<IProperty>
Properties
Name
Gets the property name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Value
Gets the property value.
Declaration
IGraphNode Value { get; }
Property Value
Type | Description |
---|---|
IGraphNode |