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 or sets the DateTime this row was created.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Property Created As DateTime
'Usage
Dim instance As RegionCodeDataSet..::.StateCodesRow
Dim value As DateTime
value = instance.Created
instance.Created = value
public DateTime Created { get; set; }
public:
property DateTime Created {
DateTime get ();
void set (DateTime value);
}
public function get Created () : DateTime
public function set Created (value : DateTime)
Property Value
Type: System..::.DateTime
The DateTime this row was created.
Remarks
Stores the DateTime this row was created. The value is stored in the CreatedColumn.
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.
See Also
Reference
RegionCodeDataSet..::.StateCodesRow Class