LastModified Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the DateTime the PaymentMethod 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 PaymentMethod
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 PaymentMethod was last modified in the server.
Remarks
Gets the time the PaymentMethod was last modified in the server. This property is set when Save is called and the PaymentMethod was modified.
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.