PromoCodeDefinitionId Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the token that caused the exception.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property PromoCodeDefinitionId As Integer
'Usage
Dim instance As ImportInProgressException
Dim value As Integer
value = instance.PromoCodeDefinitionId
instance.PromoCodeDefinitionId = value
public int PromoCodeDefinitionId { get; set; }
public:
property int PromoCodeDefinitionId {
int get ();
void set (int value);
}
public function get PromoCodeDefinitionId () : int
public function set PromoCodeDefinitionId (value : int)
Property Value
Type: System..::.Int32
The identifier for the PromoCodeDefinition that caused this exception.
Remarks
Returns the identifier of the PromoCodeDefinition that caused this exception.
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
ImportInProgressException Class