TransactionService Property

Gets the transaction service.

Namespace:  Microsoft.Dynamics.Commerce.Runtime
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Public Property TransactionService As TransactionServiceClient
    Get
    Private Set
'Usage
Dim instance As CommerceRuntime
Dim value As TransactionServiceClient

value = instance.TransactionService
public TransactionServiceClient TransactionService { get; private set; }
public:
property TransactionServiceClient^ TransactionService {
    TransactionServiceClient^ get ();
    private: void set (TransactionServiceClient^ value);
}

Property Value

Type: Microsoft.Dynamics.Commerce.Runtime.TransactionService.TransactionServiceClient
Returns TransactionServiceClient.

See Also

Reference

CommerceRuntime Class

Microsoft.Dynamics.Commerce.Runtime Namespace