Week Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the week of the month on which the mail is sent.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property Week As RecurrenceWeek
'Usage
Dim instance As DirectMailRecurrence
Dim value As RecurrenceWeek
value = instance.Week
instance.Week = value
public RecurrenceWeek Week { get; set; }
public:
property RecurrenceWeek Week {
RecurrenceWeek get ();
void set (RecurrenceWeek value);
}
public function get Week () : RecurrenceWeek
public function set Week (value : RecurrenceWeek)
Property Value
Type: Microsoft.CommerceServer.Marketing..::.RecurrenceWeek
The one week of a month that is used to setup a schedule. Default is None.
Remarks
Specifies one week of a month that is used to setup a schedule. This property is only used when DirectMailRecurrenceType is MonthlyDaysOfWeek.
The returned RecurrenceWeek enumeration value is:
FirstWeek - First week of a month.
FourthWeek - Fourth week of a month.
LastWeek - Last week of a month.
None - Represents the uninitialized state of the enumeration.
SecondWeek - Second week of a month.
ThirdWeek - Third week of a month.
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.