PostExplainAqlQueryResponseNodeDependencies Property |
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public IList<int> Dependencies { get; set; }
Public Property Dependencies As IList(Of Integer)
Get
Set
public:
property IList<int>^ Dependencies {
IList<int>^ get ();
void set (IList<int>^ value);
}
member Dependencies : IList<int> with get, set
Property Value
Type:
IListInt32See Also