TransactionsReverseRequest.Transactions Property

Definition

Specifies the transactions.

public:
 property System::Collections::ObjectModel::Collection<int> ^ Transactions { System::Collections::ObjectModel::Collection<int> ^ get(); void set(System::Collections::ObjectModel::Collection<int> ^ value); };
[System.ServiceModel.MessageBodyMember]
public System.Collections.ObjectModel.Collection<int> Transactions { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.Transactions : System.Collections.ObjectModel.Collection<int> with get, set
Public Property Transactions As Collection(Of Integer)

Property Value

The transactions.

Attributes

Applies to