GetAllViewsResponseResult Property |
List of views
Namespace:
ArangoDBNetStandard.ViewApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public List<ViewSummary> Result { get; set; }
Public Property Result As List(Of ViewSummary)
Get
Set
public:
property List<ViewSummary^>^ Result {
List<ViewSummary^>^ get ();
void set (List<ViewSummary^>^ value);
}
member Result : List<ViewSummary> with get, set
Property Value
Type:
ListViewSummarySee Also