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 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
- 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.