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 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
- 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
CatalogItemsDataSet..::.CatalogItem Class