PatchDocumentResponseTNew Property |
Deserialized copy of the new document object. This will only be present if requested with the
ReturnNew option.
Namespace:
ArangoDBNetStandard.DocumentApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public T New { get; set; }
Public Property New As T
Get
Set
public:
property T New {
T get ();
void set (T value);
}
member New : 'T with get, set
Property Value
Type:
TSee Also