EdgeTypeGetPropertyKeys Method |
Return all the keys associated with the edge type.
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public IEnumerable<string> GetPropertyKeys()
Public Function GetPropertyKeys As IEnumerable(Of String)
public:
IEnumerable<String^>^ GetPropertyKeys()
member GetPropertyKeys : unit -> IEnumerable<string>
Return Value
Type:
IEnumerableStringthe set of all string keys associated with the edge type
See Also