EdgeGetPropertyKeys Method |
Return all the keys associated with the element.
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public override IEnumerable<string> GetPropertyKeys()
Public Overrides Function GetPropertyKeys As IEnumerable(Of String)
public:
virtual IEnumerable<String^>^ GetPropertyKeys() override
abstract GetPropertyKeys : unit -> IEnumerable<string>
override GetPropertyKeys : unit -> IEnumerable<string>
Return Value
Type:
IEnumerableStringthe set of all string keys associated with the element
Implements
IElementGetPropertyKeysIElementGetPropertyKeysSee Also