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 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
- 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.