Creates a new 
Vertex instance.
            
 
    Namespace: 
   Dse.Graph
    Assembly:
   Dse (in Dse.dll) Version: 2.9.0
Syntaxpublic Vertex(
	GraphNode id,
	string label,
	IDictionary<string, GraphNode> properties
)
Parameters
- id
 - Type: Dse.GraphGraphNode
 - label
 - Type: SystemString
 - properties
 - Type: System.Collections.GenericIDictionaryString, GraphNode
 
See Also