Share via


BatchId Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the batch Id of the current instance.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public Property BatchId As Guid
'Usage
Dim instance As BatchInfo
Dim value As Guid

value = instance.BatchId

instance.BatchId = value
public Guid BatchId { get; set; }
public:
property Guid BatchId {
    Guid get ();
    void set (Guid value);
}
public function get BatchId () : Guid
public function set BatchId (value : Guid)

Property Value

Type: System..::.Guid
A Guid representing the BatchInfo object.

Remarks

The BatchId is a unique identifier for the Batch.

This property may have a value of Guid.Empty when exporting a BatchInfo.

Permissions

See Also

Reference

BatchInfo Class

BatchInfo Members

Microsoft.CommerceServer.Marketing Namespace