共用方式為


Batches 屬性

Gets or sets an array of staging batches.

命名空間:  Microsoft.MasterDataServices.Services.MessageContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)

語法

'宣告
<MessageBodyMemberAttribute> _
Public Property Batches As Collection(Of StagingBatch)
    Get
    Friend Set
'用途
Dim instance As StagingGetResponse
Dim value As Collection(Of StagingBatch)

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

屬性值

型別:System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'StagingBatch> ) > ) >
Collection of type StagingBatch.