Click or drag to resize

PropertyKind Enumeration

A property can be index or not or index can require each entry to be unique

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public enum PropertyKind
Members
  Member nameValueDescription
Indexed0 Add to index
Unique1 Add to index and require value to be unique
NotIndexed2 Don't index
See Also