Share via


Created Property

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

Gets the creation time of the shipping method for the current instance.

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 ShippingMethod
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
A DateTime indicating when the shipping method was created.

Remarks

The time at which the shipping method was saved to the database.

Permissions

See Also

Reference

ShippingMethod Class

ShippingMethod Members

Microsoft.CommerceServer.Orders Namespace