Share via


CatalogId Property

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

Gets or sets a value in the catalog representing the Catalog identifier.

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

Syntax

'Declaration
Public Property CatalogId As Integer
'Usage
Dim instance As CatalogsDataSet..::.Catalog
Dim value As Integer

value = instance.CatalogId

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

Property Value

Type: System..::.Int32
An integer that represents the Catalog identifier.

Remarks

The CatalogIdColumn in the Catalog DataRow.

Permissions

See Also

Reference

CatalogsDataSet..::.Catalog Class

CatalogsDataSet..::.Catalog Members

Microsoft.CommerceServer.Catalog Namespace