GetAqlFunctionsResponseResult Property |
All functions, or the ones matching
the
Namespace parameter.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public IList<AqlFunctionResult> Result { get; set; }
Public Property Result As IList(Of AqlFunctionResult)
Get
Set
public:
property IList<AqlFunctionResult^>^ Result {
IList<AqlFunctionResult^>^ get ();
void set (IList<AqlFunctionResult^>^ value);
}
member Result : IList<AqlFunctionResult> with get, set
Property Value
Type:
IListAqlFunctionResultSee Also