ArangoDBClientCollection Property |
Collection API
Namespace:
ArangoDBNetStandard
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public CollectionApiClient Collection { get; }
Public ReadOnly Property Collection As CollectionApiClient
Get
public:
virtual property CollectionApiClient^ Collection {
CollectionApiClient^ get () sealed;
}
abstract Collection : CollectionApiClient with get
override Collection : CollectionApiClient with get
Property Value
Type:
CollectionApiClientImplements
IArangoDBClientCollectionSee Also