EntityStagingProcessResponse.BatchId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The resultant batch ID given to the batch
public:
property int BatchId { int get(); void set(int value); };
[System.ServiceModel.MessageBodyMember]
public int BatchId { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.BatchId : int with get, set
Public Property BatchId As Integer
Property Value
The resultant batch ID given to the batch.
- Attributes