Interface IProperty
Represents a property in DSE Graph.
Inherited Members
System.IEquatable<Cassandra.DataStax.Graph.IProperty>.Equals(Cassandra.DataStax.Graph.IProperty)
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 |
---|---|
System.String |
Value
Gets the property value.
Declaration
IGraphNode Value { get; }
Property Value
Type | Description |
---|---|
IGraphNode |