CreatedDate Property

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

Gets the date when the current campaign was first created.

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

Syntax

'Declaration
Public ReadOnly Property CreatedDate As DateTime
'Usage
Dim instance As Campaign
Dim value As DateTime

value = instance.CreatedDate
public DateTime CreatedDate { get; }
public:
property DateTime CreatedDate {
    DateTime get ();
}
public function get CreatedDate () : DateTime

Property Value

Type: System..::.DateTime
A System.DateTime representing the creation date of the current campaign object, in the local timezone.

Remarks

A value representing the date that the Campaign was created.

Permissions

See Also

Reference

Campaign Class

Campaign Members

Microsoft.CommerceServer.Marketing Namespace