Jaa


Type Property

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

Gets or sets the recurrence type.

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

Syntax

'Declaration
Public Property Type As DirectMailRecurrenceType
'Usage
Dim instance As DirectMailRecurrence
Dim value As DirectMailRecurrenceType

value = instance.Type

instance.Type = value
public DirectMailRecurrenceType Type { get; set; }
public:
property DirectMailRecurrenceType Type {
    DirectMailRecurrenceType get ();
    void set (DirectMailRecurrenceType value);
}
public function get Type () : DirectMailRecurrenceType
public function set Type (value : DirectMailRecurrenceType)

Property Value

Type: Microsoft.CommerceServer.Marketing..::.DirectMailRecurrenceType
The tyoe of DirectMail recurrence. Default is once.

Remarks

The allowed values for the other properties on DirectMailRecurrence are determined by the value of this property.

The DirectMailRecurrenceType enumerator value indicates:

  • Once - no other properties need to be specified.

  • Daily - DailyInterval must be valid.

  • Weekly - WeeklyInterval and DaysOfWeek must be valid.

  • MonthlyFixedDate- Months and DayOfMonth must be valid.

  • MonthlyDaysOfWeek- Months, Week and DaysOfWeek must be valid.

Permissions

See Also

Reference

DirectMailRecurrence Class

DirectMailRecurrence Members

Microsoft.CommerceServer.Marketing Namespace