PostTransactionBodyAction Property |
JavaScript function describing the transaction action.
Namespace:
ArangoDBNetStandard.TransactionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string Action { get; set; }
Public Property Action As String
Get
Set
public:
property String^ Action {
String^ get ();
void set (String^ value);
}
member Action : string with get, set
Property Value
Type:
StringSee Also