PostVertexCollectionBodyCollection Property |
The name of the vertex collection to create.
Namespace:
ArangoDBNetStandard.GraphApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string Collection { get; set; }
Public Property Collection As String
Get
Set
public:
property String^ Collection {
String^ get ();
void set (String^ value);
}
member Collection : string with get, set
Property Value
Type:
StringSee Also