Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.
Gets or sets the transaction id.
Namespace: Microsoft.Dynamics.Commerce.Runtime.TransactionService.Serialization
Assembly: Microsoft.Dynamics.Commerce.Runtime.TransactionService (in Microsoft.Dynamics.Commerce.Runtime.TransactionService.dll)
Syntax
'Declaration
Public Property TransactionId As String
Get
Set
'Usage
Dim instance As TransactionHeader
Dim value As String
value = instance.TransactionId
instance.TransactionId = value
public string TransactionId { get; set; }
public:
property String^ TransactionId {
String^ get ();
void set (String^ value);
}
Property Value
Type: System.String
The transaction id.
See Also
Reference
Microsoft.Dynamics.Commerce.Runtime.TransactionService.Serialization Namespace