CatalogClassType Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the catalog class type of this catalog item.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property CatalogClassType As CatalogClassTypes
'Usage
Dim instance As CatalogItem
Dim value As CatalogClassTypes
value = instance.CatalogClassType
public CatalogClassTypes CatalogClassType { get; }
public:
property CatalogClassTypes CatalogClassType {
CatalogClassTypes get ();
}
public function get CatalogClassType () : CatalogClassTypes
Property Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogClassTypes
The enumerated value of the CatalogClassTypes.
Remarks
Specifies the type of catalog object that this CatalogItem belongs to. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Describes the class type of this catalog item.
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.