LastModified Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the time the line item was last modified in the local time of the web server.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property LastModified As DateTime
'Usage
Dim instance As LineItem
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
A DateTime containing the local time when the line item was last modified.
Remarks
When LastModified or other DateTime fields are marshalled across to COM or loaded back from SQL Server, the resolution at which the comparison is done has to be lower than that with TickCount.
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.