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 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
- 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.
See Also
Reference
CatalogsDataSet..::.Catalog Class