Share via


MaximumPromoCodeBatchSize Property

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

Gets the maximum number of promo codes that can be generated or imported in a single batch.

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

Syntax

'Declaration
Public ReadOnly Property MaximumPromoCodeBatchSize As Integer
'Usage
Dim instance As PromoCodeDefinitionManager
Dim value As Integer

value = instance.MaximumPromoCodeBatchSize
public int MaximumPromoCodeBatchSize { get; }
public:
property int MaximumPromoCodeBatchSize {
    int get ();
}
public function get MaximumPromoCodeBatchSize () : int

Property Value

Type: System..::.Int32
The maximum number of promo codes that can be generated or imported in a single batch.

Remarks

Returns the maximum number of promo codes that can be generated or imported in a single batch.

Permissions

See Also

Reference

PromoCodeDefinitionManager Class

PromoCodeDefinitionManager Members

Microsoft.CommerceServer.Marketing Namespace