Share via


ProductTableUpdated Property

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

Gets or sets the value in the ProductTableUpdatedColumn column. The Date/time when product table was last updated.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Property ProductTableUpdated As DateTime
'Usage
Dim instance As CatalogsDataSet..::.Catalog
Dim value As DateTime

value = instance.ProductTableUpdated

instance.ProductTableUpdated = value
public DateTime ProductTableUpdated { get; set; }
public:
property DateTime ProductTableUpdated {
    DateTime get ();
    void set (DateTime value);
}
public function get ProductTableUpdated () : DateTime
public function set ProductTableUpdated (value : DateTime)

Property Value

Type: System..::.DateTime
The Date/time when product table was last updated.

Remarks

When the product table is updated, this property is set.

Permissions

See Also

Reference

CatalogsDataSet..::.Catalog Class

CatalogsDataSet..::.Catalog Members

Microsoft.CommerceServer.Catalog Namespace