Share via


LastModified Property

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

Gets or sets the value in the LastModifiedColumn column of the InventoryCatalogsDataSet..::.InventoryCatalogsDataTable table.

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

Syntax

'Declaration
Public Property LastModified As DateTime
'Usage
Dim instance As InventoryCatalogsDataSet..::.InventoryCatalog
Dim value As DateTime

value = instance.LastModified

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

Property Value

Type: System..::.DateTime
The value from the LastModifiedColumn column of the InventoryCatalogsDataSet..::.InventoryCatalogsDataTable table.

Remarks

The date and time that the InventoryCatalog was last modified.

Permissions

See Also

Reference

InventoryCatalogsDataSet..::.InventoryCatalog Class

InventoryCatalogsDataSet..::.InventoryCatalog Members

Microsoft.CommerceServer.Inventory Namespace