IVertexProperty Interface |
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").
Namespace: Dse.Graph
public interface IVertexProperty : IProperty, IEquatable<IProperty>, IElement, IEquatable<IElement>, IEquatable<IVertexProperty>