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> ) > ) >
StagingBatch 型のコレクション。