Freigeben über


TransactionsReverseRequest.Transactions-Eigenschaft

Gets or sets an array of transactions.

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<MessageBodyMemberAttribute> _
Public Property Transactions As Collection(Of Integer)
    Get 
    Set
'Usage
Dim instance As TransactionsReverseRequest 
Dim value As Collection(Of Integer)

value = instance.Transactions

instance.Transactions = value
[MessageBodyMemberAttribute]
public Collection<int> Transactions { get; set; }
[MessageBodyMemberAttribute]
public:
property Collection<int>^ Transactions {
    Collection<int>^ get ();
    void set (Collection<int>^ value);
}
[<MessageBodyMemberAttribute>]
member Transactions : Collection<int> with get, set
function get Transactions () : Collection<int>
function set Transactions (value : Collection<int>)

Eigenschaftswert

Typ: System.Collections.ObjectModel.Collection<Int32>
Collection of integers.

Siehe auch

Verweis

TransactionsReverseRequest Klasse

Microsoft.MasterDataServices.Services.MessageContracts-Namespace