Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the batch identifier of the records that were previously unbatched.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property BatchId As StagingBatch
Get
Set
'Usage
Dim instance As StagingProcessResponse
Dim value As StagingBatch
value = instance.BatchId
instance.BatchId = value
[MessageBodyMemberAttribute]
public StagingBatch BatchId { get; set; }
[MessageBodyMemberAttribute]
public:
property StagingBatch^ BatchId {
StagingBatch^ get ();
void set (StagingBatch^ value);
}
[<MessageBodyMemberAttribute>]
member BatchId : StagingBatch with get, set
function get BatchId () : StagingBatch
function set BatchId (value : StagingBatch)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.StagingBatch
The batch identifier of the records that were previously unbatched.
See Also
Reference
Microsoft.MasterDataServices.Services.MessageContracts Namespace