Share via


Suffix Property

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

Gets or sets the suffix that will be added to the end of each random code generated in a batch.

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

Syntax

'Declaration
Public Property Suffix As String
'Usage
Dim instance As RandomGenerationParameters
Dim value As String

value = instance.Suffix

instance.Suffix = value
public string Suffix { get; set; }
public:
property String^ Suffix {
    String^ get ();
    void set (String^ value);
}
public function get Suffix () : String
public function set Suffix (value : String)

Property Value

Type: System..::.String
The suffix that will be added to the end of each random code generated.

Exceptions

Exception Condition
StringLengthValidationException

The suffix length must be less than or equal to 15 characters.

Remarks

Contains the RandomGenerationParameters suffix that will be added to the end of each random code generated in a batch.

Permissions

See Also

Reference

RandomGenerationParameters Class

RandomGenerationParameters Members

Microsoft.CommerceServer.Marketing Namespace