Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.