Click or drag to resize

GraphResultName Property

The name of the graph. Note: This property is null for GetGraphsAsync in ArangoDB 4.5.2 and below, in which case you can use _key instead.

Namespace:  ArangoDBNetStandard.GraphApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public string Name { get; set; }

Property Value

Type: String
See Also