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