Share via


LastModifiedDate Property

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

Gets the date the current CampaignItem object was last modified.

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

Syntax

'Declaration
Public ReadOnly Property LastModifiedDate As DateTime
'Usage
Dim instance As CampaignItem
Dim value As DateTime

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

Property Value

Type: System..::.DateTime
A DateTime representing the last modified date of the current instance, in the local timezone.

Remarks

Gets the date when the current instance was last modified.

Permissions

See Also

Reference

CampaignItem Class

CampaignItem Members

Microsoft.CommerceServer.Marketing Namespace