PostTransactionResponseTResult Property |
Deserialized result from the transaction function.
Namespace:
ArangoDBNetStandard.TransactionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public T Result { get; set; }
Public Property Result As T
Get
Set
public:
property T Result {
T get ();
void set (T value);
}
member Result : 'T with get, set
Property Value
Type:
TSee Also