StreamTransactionResponseResult Property |
Gets or sets the deserialized result from the stream transaction result.
Namespace:
ArangoDBNetStandard.TransactionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public StreamTransactionResult Result { get; set; }
Public Property Result As StreamTransactionResult
Get
Set
public:
property StreamTransactionResult^ Result {
StreamTransactionResult^ get ();
void set (StreamTransactionResult^ value);
}
member Result : StreamTransactionResult with get, set
Property Value
Type:
StreamTransactionResultSee Also