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 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
- 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
CatalogsDataSet..::.Catalog Class