Share via


LastModified Property

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

Gets the DateTime the ShippingMethod was last modified in the server.

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

Syntax

'Declaration
Public ReadOnly Property LastModified As DateTime
'Usage
Dim instance As ShippingMethod
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 DateTime the ShippingMethod was last modified in the server.

Remarks

LastModified is set when the shipping method is modified and Save is called.

Permissions

See Also

Reference

ShippingMethod Class

ShippingMethod Members

Microsoft.CommerceServer.Orders Namespace