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.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.