BatchHeader.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.
Gets or sets the batch ID that is associated with a single database transaction in which multiple Web service methods run.
public:
property System::String ^ BatchID { System::String ^ get(); void set(System::String ^ value); };
public string BatchID { get; set; }
member this.BatchID : string with get, set
Public Property BatchID As String
Property Value
A string with the batch ID that is associated with a single database transaction in which multiple Web service methods run.
Remarks
Set the BatchID property equal to the batch ID value that is returned by the CreateBatch method.