Creates a new 
Vertex instance.
            
 
Namespace: Dse.GraphAssembly: Dse (in Dse.dll) Version: 2.2.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