Share via


Created Property

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

Gets the creation time of the PaymentMethod.

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

Syntax

'Declaration
Public ReadOnly Property Created As DateTime
'Usage
Dim instance As PaymentMethod
Dim value As DateTime

value = instance.Created
public DateTime Created { get; }
public:
property DateTime Created {
    DateTime get ();
}
public function get Created () : DateTime

Property Value

Type: System..::.DateTime
The creation time of the PaymentMethod.

Remarks

This is the time at which the PaymentMethod is saved for the first time to the database.

Permissions

See Also

Reference

PaymentMethod Class

PaymentMethod Members

Microsoft.CommerceServer.Orders Namespace