Свойство Transactions
Gets or sets an array of transactions.
Пространство имен: Microsoft.MasterDataServices.Services.MessageContracts
Сборка: Microsoft.MasterDataServices.Services (в Microsoft.MasterDataServices.Services.dll)
Синтаксис
'Декларация
<MessageBodyMemberAttribute> _
Public Property Transactions As Collection(Of Integer)
Get
Set
'Применение
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>)
Значение свойства
Тип: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Int32> ) > ) >
Collection of integers.