共用方式為


Batches 屬性

Gets or sets an array of batches for processing.

命名空間:  Microsoft.MasterDataServices.Services.MessageContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.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< (Of < ( <'Identifier> ) > ) >
Collection of type Identifier.