Interface IProperty
Represents a property in DSE Graph.
Inherited Members
System.IEquatable<Dse.Graph.IProperty>.Equals(Dse.Graph.IProperty)
Namespace: Dse.Graph
Assembly: Dse.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 |