Click or drag to resize
GraphOptionsSetName Method
Sets the graph name to use in graph queries.

Namespace: Dse.Graph
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
public GraphOptions SetName(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: GraphOptions
See Also