CatalogClassType Property

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

Gets the catalog class type of this variant.

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 Variant
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
A CatalogClassTypes containing the catalog class type of this catalog item.

Remarks

Specifies the type of catalog object that this variant belongs to. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Describes the class type of this variant.

Permissions

See Also

Reference

Variant Class

Variant Members

Microsoft.CommerceServer.Catalog Namespace