DocumentHeaderPropertiesTransactionId Property |
Gets or sets the Id of a stream transaction.
Namespace:
ArangoDBNetStandard.DocumentApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string TransactionId { get; set; }
Public Property TransactionId As String
Get
Set
public:
property String^ TransactionId {
String^ get ();
void set (String^ value);
}
member TransactionId : string with get, set
Property Value
Type:
StringSee Also