| PostDocumentsQueryReturnNew Property  | 
 
            Whether to return a full copy of the new document.
            
 
    Namespace: 
   ArangoDBNetStandard.DocumentApi.Models
    Assembly:
   ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
 Syntax
Syntaxpublic 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: 
NullableBoolean See Also
See Also