GetGraphsResponseGraphs Property |
The list of graph.
Note: The
Name 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 IEnumerable<GraphResult> Graphs { get; set; }
Public Property Graphs As IEnumerable(Of GraphResult)
Get
Set
public:
property IEnumerable<GraphResult^>^ Graphs {
IEnumerable<GraphResult^>^ get ();
void set (IEnumerable<GraphResult^>^ value);
}
member Graphs : IEnumerable<GraphResult> with get, set
Property Value
Type:
IEnumerableGraphResultSee Also