Κοινή χρήση μέσω


CatalogClassTypes Property

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

Gets or sets the value in the CatalogClassTypesColumn column of the CatalogItemsDataSet..::.CatalogItemsDataTable table.

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

Syntax

'Declaration
Public Property CatalogClassTypes As Integer
'Usage
Dim instance As CatalogItemsDataSet..::.CatalogItem
Dim value As Integer

value = instance.CatalogClassTypes

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

Property Value

Type: System..::.Int32
The value from the CatalogClassTypesColumn column of the CatalogItemsDataSet..::.CatalogItemsDataTable table.

Remarks

The Base catalog type for the CatalogItem. DataSet: CatalogItemsDataSet Table: CatalogItems Column: i_ClassType.

Permissions

See Also

Reference

CatalogItemsDataSet..::.CatalogItem Class

CatalogItemsDataSet..::.CatalogItem Members

Microsoft.CommerceServer.Catalog Namespace