WeeklyInterval Property

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

Gets or sets the number of weeks between mailings.

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

Syntax

'Declaration
Public Property WeeklyInterval As Integer
'Usage
Dim instance As DirectMailRecurrence
Dim value As Integer

value = instance.WeeklyInterval

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

Property Value

Type: System..::.Int32
The number of weeks between mailing. Default is 0.

Remarks

This property is only used when DirectMailRecurrenceType is Weekly.

Permissions

See Also

Reference

DirectMailRecurrence Class

DirectMailRecurrence Members

Microsoft.CommerceServer.Marketing Namespace