GetAqlFunctionsQueryNamespace Property |
Returns all registered AQL user functions from this namespace under result.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string Namespace { get; set; }
Public Property Namespace As String
Get
Set
public:
property String^ Namespace {
String^ get ();
void set (String^ value);
}
member Namespace : string with get, set
Property Value
Type:
StringSee Also