共用方式為


ModelMembersBulkCrudResponse.StagingBatches 屬性

Gets or sets the list of staging batch records.

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

語法

'宣告
<MessageBodyMemberAttribute> _
Public Property StagingBatches As Collection(Of Identifier)
    Get 
    Set
'用途
Dim instance As ModelMembersBulkCrudResponse 
Dim value As Collection(Of Identifier)

value = instance.StagingBatches

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

屬性值

型別:System.Collections.ObjectModel.Collection<Identifier>
The list of staging batch records.

請參閱

參考

ModelMembersBulkCrudResponse 類別

Microsoft.MasterDataServices.Services.MessageContracts 命名空間