RunningAqlQueryuser Property |
The name of the user that started the query.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string user { get; set; }
Public Property user As String
Get
Set
public:
property String^ user {
String^ get ();
void set (String^ value);
}
member user : string with get, set
Property Value
Type:
StringSee Also