Click or drag to resize

IVertexProperty Interface

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").

Namespace:  Dse.Graph
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public interface IVertexProperty : IProperty, 
	IEquatable<IProperty>, IElement, IEquatable<IElement>, 
	IEquatable<IVertexProperty>
See Also