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