PostGraphBodyEdgeDefinitions Property |
List of definitions for the relations of the graph.
Namespace:
ArangoDBNetStandard.GraphApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public List<EdgeDefinition> EdgeDefinitions { get; set; }
Public Property EdgeDefinitions As List(Of EdgeDefinition)
Get
Set
public:
property List<EdgeDefinition^>^ EdgeDefinitions {
List<EdgeDefinition^>^ get ();
void set (List<EdgeDefinition^>^ value);
}
member EdgeDefinitions : List<EdgeDefinition> with get, set
Property Value
Type:
ListEdgeDefinitionSee Also