Interface IVertexProperty
Represents a vertex property in DSE Graph.
Vertex properties are special because they are also elements, and thus have an identifier; they can also contain properties of their own (usually referred to as "meta properties").
Inherited Members
System.IEquatable<Dse.Graph.IProperty>.Equals(Dse.Graph.IProperty)
System.IEquatable<Dse.Graph.IElement>.Equals(Dse.Graph.IElement)
System.IEquatable<Dse.Graph.IVertexProperty>.Equals(Dse.Graph.IVertexProperty)
Namespace: Dse.Graph
Assembly: Dse.dll
Syntax
public interface IVertexProperty : IProperty, IEquatable<IProperty>, IElement, IEquatable<IElement>, IEquatable<IVertexProperty>