Aracılığıyla paylaş


TransactionsReverseRequest.Transactions Özelliği

Alır veya ayarlar hareketler dizisi.

Ad Alanı:  Microsoft.MasterDataServices.Services.MessageContracts
Derleme:  Microsoft.MasterDataServices.Services (Microsoft.MasterDataServices.Services içinde.dll)

Sözdizimi

'Bildirim
<MessageBodyMemberAttribute> _
Public Property Transactions As Collection(Of Integer)
    Get
    Set
'Kullanım
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>)

Özellik Değeri

Tür: System.Collections.ObjectModel.Collection<Int32>
Tamsayılar topluluğu.