StagingBatches 属性

Gets or sets an array of staging batch records.

命名空间:  Microsoft.MasterDataServices.Services.MessageContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)

语法

声明
<MessageBodyMemberAttribute> _
Public Property StagingBatches As Collection(Of Identifier)
    Get
    Friend Set
用法
Dim instance As ModelMembersBulkUpdateResponse
Dim value As Collection(Of Identifier)

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

属性值

类型:System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Identifier> ) > ) >
Collection of type Identifier.