שתף באמצעות


LastModified Property

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

Gets or sets the DateTime when this row was last modified.

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

Syntax

'Declaration
Public Property LastModified As DateTime
'Usage
Dim instance As RegionCodeDataSet..::.CountryCodesRow
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 DateTime when this row was last modified.

Remarks

Stores the DateTime when this row was last modified. The value is stored in the LastModifiedColumn.

Permissions

See Also

Reference

RegionCodeDataSet..::.CountryCodesRow Class

RegionCodeDataSet..::.CountryCodesRow Members

Microsoft.CommerceServer.Orders Namespace