RegularCatalogProperty Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents all catalog properties except Enumeration properties.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Class RegularCatalogProperty _
Inherits CatalogProperty
'Usage
Dim instance As RegularCatalogProperty
public class RegularCatalogProperty : CatalogProperty
public ref class RegularCatalogProperty : public CatalogProperty
public class RegularCatalogProperty extends CatalogProperty
Remarks
Contains a internal CatalogPropertyInfo object. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Catalog..::.CatalogObjectBase
Microsoft.CommerceServer.Catalog..::.CatalogObject
Microsoft.CommerceServer.Catalog..::.CatalogProperty
Microsoft.CommerceServer.Catalog..::.RegularCatalogProperty
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.