PostEdgeResponseTEdge Property |
The internal attributes for the edge.
Namespace:
ArangoDBNetStandard.GraphApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public EdgeResult Edge { get; set; }
Public Property Edge As EdgeResult
Get
Set
public:
property EdgeResult^ Edge {
EdgeResult^ get ();
void set (EdgeResult^ value);
}
member Edge : EdgeResult with get, set
Property Value
Type:
EdgeResultSee Also