Click or drag to resize
GraphNodeGetProperties Method
Gets the a dictionary of properties of this node.

Namespace: Dse.Graph
Assembly: Dse (in Dse.dll) Version: 2.3.0
Syntax
C#
public IDictionary<string, GraphNode> GetProperties()

Return Value

Type: IDictionaryString, GraphNode
See Also