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.