다음을 통해 공유


CatalogClassTypes Property

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

Gets or sets the value in the CatalogClassTypesColumn column of the CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable table.

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

Syntax

'Declaration
Public Property CatalogClassTypes As Integer
'Usage
Dim instance As CatalogRelationshipsDataSet..::.CatalogRelationship
Dim value As Integer

value = instance.CatalogClassTypes

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

Property Value

Type: System..::.Int32
The value in the CatalogClassTypesColumn column of the CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable table.

Remarks

Stores the value in the CatalogClassTypesColumn column of the CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable table.

DataSet: CatalogRelationshipsDataSet Table: CatalogRelationships Column: CatalogClassTypesColumn

Permissions

See Also

Reference

CatalogRelationshipsDataSet..::.CatalogRelationship Class

CatalogRelationshipsDataSet..::.CatalogRelationship Members

Microsoft.CommerceServer.Catalog Namespace