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