Share via


CustomCatalog Property

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

Gets or sets an indicator that this is a custom catalog.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Property CustomCatalog As Boolean
'Usage
Dim instance As CatalogsDataSet..::.Catalog
Dim value As Boolean

value = instance.CustomCatalog

instance.CustomCatalog = value
public bool CustomCatalog { get; set; }
public:
property bool CustomCatalog {
    bool get ();
    void set (bool value);
}
public function get CustomCatalog () : boolean
public function set CustomCatalog (value : boolean)

Property Value

Type: System..::.Boolean
true if this is a Custom catalog/Supplier catalog; otherwise false.

Exceptions

Exception Condition
StrongTypingException

The value for column CustomCatalog in table Catalogs is DBNull.

Remarks

Indicates that this is a custom or supplier catalog.

Permissions

See Also

Reference

CatalogsDataSet..::.Catalog Class

CatalogsDataSet..::.Catalog Members

Microsoft.CommerceServer.Catalog Namespace