Share via


CatalogStatus Property

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

Gets or sets a value representing the Catalog status.

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

Syntax

'Declaration
Public Property CatalogStatus As Short
'Usage
Dim instance As CatalogsDataSet..::.Catalog
Dim value As Short

value = instance.CatalogStatus

instance.CatalogStatus = value
public short CatalogStatus { get; set; }
public:
property short CatalogStatus {
    short get ();
    void set (short value);
}
public function get CatalogStatus () : short
public function set CatalogStatus (value : short)

Property Value

Type: System..::.Int16
The status.

Exceptions

Exception Condition
StrongTypingException

The value for column VirtualCatalogStatus in table Catalogs is DBNull.

Remarks

The CatalogStatusColumn in the Catalog DataRow.

Permissions

See Also

Reference

CatalogsDataSet..::.Catalog Class

CatalogsDataSet..::.Catalog Members

Microsoft.CommerceServer.Catalog Namespace