Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.