PutEdgeDefinitionResponseGraph Property |
Namespace:
ArangoDBNetStandard.GraphApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public GraphResult Graph { get; set; }
Public Property Graph As GraphResult
Get
Set
public:
property GraphResult^ Graph {
GraphResult^ get ();
void set (GraphResult^ value);
}
member Graph : GraphResult with get, set
Property Value
Type:
GraphResultSee Also