処理するバッチの配列を取得または設定します。
名前空間: Microsoft.MasterDataServices.Services.MessageContracts
アセンブリ: Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)
構文
'宣言
<MessageBodyMemberAttribute> _
Public Property Batches As Collection(Of Identifier)
Get
Set
'使用
Dim instance As StagingClearRequest
Dim value As Collection(Of Identifier)
value = instance.Batches
instance.Batches = value
[MessageBodyMemberAttribute]
public Collection<Identifier> Batches { get; set; }
[MessageBodyMemberAttribute]
public:
property Collection<Identifier^>^ Batches {
Collection<Identifier^>^ get ();
void set (Collection<Identifier^>^ value);
}
[<MessageBodyMemberAttribute>]
member Batches : Collection<Identifier> with get, set
function get Batches () : Collection<Identifier>
function set Batches (value : Collection<Identifier>)
プロパティ値
型: System.Collections.ObjectModel.Collection<Identifier>
Identifier 型のコレクション。