PostIndexQueryCollectionName Property |
Name of the collection
Namespace:
ArangoDBNetStandard.IndexApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string CollectionName { get; set; }
Public Property CollectionName As String
Get
Set
public:
property String^ CollectionName {
String^ get ();
void set (String^ value);
}
member CollectionName : string with get, set
Property Value
Type:
StringSee Also