DaysOfWeekToRun Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the value indicating on which days of week this ad should run.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property DaysOfWeekToRun As RecurrenceDays
'Usage
Dim instance As Advertisement
Dim value As RecurrenceDays
value = instance.DaysOfWeekToRun
instance.DaysOfWeekToRun = value
public RecurrenceDays DaysOfWeekToRun { get; set; }
public:
property RecurrenceDays DaysOfWeekToRun {
RecurrenceDays get ();
void set (RecurrenceDays value);
}
public function get DaysOfWeekToRun () : RecurrenceDays
public function set DaysOfWeekToRun (value : RecurrenceDays)
Property Value
Type: Microsoft.CommerceServer.Marketing..::.RecurrenceDays
The value indicating on which days of week this ad should run.
Remarks
A set of days on which the Ad should run. Specifies the Day of Week flags that are used to setup a schedule. The default RecurrenceDays value is Monday.
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.