GetMaximumPromoCodeBatchSize Method
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 in a single batch.
Namespace: Microsoft.CommerceServer.Marketing.WebService
Assembly: Microsoft.CommerceServer.Marketing.DataManagement (in Microsoft.CommerceServer.Marketing.DataManagement.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Overridable Function GetMaximumPromoCodeBatchSize As Integer
'Usage
Dim instance As MarketingWebService
Dim returnValue As Integer
returnValue = instance.GetMaximumPromoCodeBatchSize()
[WebMethodAttribute]
public virtual int GetMaximumPromoCodeBatchSize()
[WebMethodAttribute]
public:
virtual int GetMaximumPromoCodeBatchSize()
public function GetMaximumPromoCodeBatchSize() : int
Return Value
Type: System..::.Int32
The maximum number of promo codes that can be generated in a single batch.
Remarks
Returns the maximum number of promo codes that can be generated in a single batch.
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.