CursorResponsePlanVariables Property |
Namespace:
ArangoDBNetStandard.CursorApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public IEnumerable<CursorResponsePlanVariable> Variables { get; set; }
Public Property Variables As IEnumerable(Of CursorResponsePlanVariable)
Get
Set
public:
property IEnumerable<CursorResponsePlanVariable^>^ Variables {
IEnumerable<CursorResponsePlanVariable^>^ get ();
void set (IEnumerable<CursorResponsePlanVariable^>^ value);
}
member Variables : IEnumerable<CursorResponsePlanVariable> with get, set
Property Value
Type:
IEnumerableCursorResponsePlanVariableSee Also