Propriété StagingBatches
Gets or sets an array of staging batch records.
Espace de noms : Microsoft.MasterDataServices.Services.MessageContracts
Assembly : Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Syntaxe
'Déclaration
<MessageBodyMemberAttribute> _
Public Property StagingBatches As Collection(Of Identifier)
Get
Friend Set
'Utilisation
Dim instance As ModelMembersBulkDeleteResponse
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>)
Valeur de propriété
Type : System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Identifier> ) > ) >
Collection of type Identifier.