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 BatchInfo that describes the promo code operation.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property BatchInformation As BatchInfo
'Usage
Dim instance As PromoCodeOperationStatus
Dim value As BatchInfo
value = instance.BatchInformation
instance.BatchInformation = value
public BatchInfo BatchInformation { get; set; }
public:
property BatchInfo^ BatchInformation {
BatchInfo^ get ();
void set (BatchInfo^ value);
}
public function get BatchInformation () : BatchInfo
public function set BatchInformation (value : BatchInfo)
Property Value
Type: Microsoft.CommerceServer.Marketing..::.BatchInfo
The BatchInfo that describes the promo code operation.
Remarks
The BatchInfo describes a batch of promotion codes during or after generation of an import and export operation.
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.
See Also
Reference
PromoCodeOperationStatus Class