CollectionShardsResponseBaseIsSmartChild Property |
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? IsSmartChild { get; set; }
Public Property IsSmartChild As Boolean?
Get
Set
public:
property Nullable<bool> IsSmartChild {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member IsSmartChild : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also