GetVertexCollectionsResponseCollections Property |
The list of vertex collections.
Namespace:
ArangoDBNetStandard.GraphApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public IEnumerable<string> Collections { get; set; }
Public Property Collections As IEnumerable(Of String)
Get
Set
public:
property IEnumerable<String^>^ Collections {
IEnumerable<String^>^ get ();
void set (IEnumerable<String^>^ value);
}
member Collections : IEnumerable<string> with get, set
Property Value
Type:
IEnumerableStringSee Also