Compartilhar via


Propriedade do RDL Transactions

Gets or sets an array of transactions.

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)

Sintaxe

'Declaração
<MessageBodyMemberAttribute> _
Public Property Transactions As Collection(Of Integer)
    Get
    Set
'Uso
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>)

Valor da propriedade

Tipo: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Int32> ) > ) >
Collection of integers.