TransactionsReverseRequest.Transactions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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