Errors Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the list of PromoCodeGenerationError objects describing errors that occurred during the operation.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property Errors As PromoCodeGenerationErrorCollection
'Usage
Dim instance As PromoCodeOperationStatus
Dim value As PromoCodeGenerationErrorCollection
value = instance.Errors
public PromoCodeGenerationErrorCollection Errors { get; }
public:
property PromoCodeGenerationErrorCollection^ Errors {
PromoCodeGenerationErrorCollection^ get ();
}
public function get Errors () : PromoCodeGenerationErrorCollection
Property Value
Type: Microsoft.CommerceServer.Marketing..::.PromoCodeGenerationErrorCollection
A PromoCodeGenerationErrorCollection collection with the PromoCodeGenerationErrors that occurred during the promotion code operation.
Remarks
Default value is an empty collection.
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