LastModified Property

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

Gets the time when the inventory catalog was last modified.

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

Syntax

'Declaration
Public ReadOnly Property LastModified As DateTime
'Usage
Dim instance As InventoryCatalog
Dim value As DateTime

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

Property Value

Type: System..::.DateTime
The time the InventoryCatalog was last modified.

Remarks

Stores the time the inventory catalog was last modified. The Date will be stored in UTC format.

Permissions

See Also

Reference

InventoryCatalog Class

InventoryCatalog Members

Microsoft.CommerceServer.Inventory Namespace