Share via


LastModifiedDate Property

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

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Property LastModifiedDate As DateTime
'Usage
Dim instance As ImportOptions
Dim value As DateTime

value = instance.LastModifiedDate

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

Property Value

Type: System..::.DateTime
A DateTime containing the last modified date.

Remarks

The date and time when the object was last modified.

Permissions

See Also

Reference

ImportOptions Class

ImportOptions Members

Microsoft.CommerceServer.Catalog Namespace

Other Resources

Importing Catalog Data by Using the Catalog API

Import Options

How to Import From an XML File

How to Import Selected Fields

Exporting Catalog Data by Using the Catalog API

Export Options

How to Export to an XML File

How to Export Selected Fields