DateReceived Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the DateTime when the current DisplayableCampaignItem object was received from customer.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property DateReceived As DateTime
'Usage
Dim instance As DisplayableCampaignItem
Dim value As DateTime
value = instance.DateReceived
instance.DateReceived = value
public DateTime DateReceived { get; set; }
public:
property DateTime DateReceived {
DateTime get ();
void set (DateTime value);
}
public function get DateReceived () : DateTime
public function set DateReceived (value : DateTime)
Property Value
Type: System..::.DateTime
The datetime when the current instance was received from customer. Default value is DefaultDateTimeValue.
Remarks
DateTime when a creative definition was received for this displayable campaign item. Creative definition defines how this item is displayed and consists of Template, Size, and a set of DisplayPropertyValue values.
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.