RenameCollectionResponseType Property |
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public CollectionType Type { get; set; }
Public Property Type As CollectionType
Get
Set
public:
property CollectionType Type {
CollectionType get ();
void set (CollectionType value);
}
member Type : CollectionType with get, set
Property Value
Type:
CollectionTypeSee Also