CatalogDefinitionPropertiesDataSet.CatalogDefinitionPropertiesDataTable Class

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

The data table that contains the CatalogDefinitionProperties.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class CatalogDefinitionPropertiesDataTable _
    Inherits DataTable _
    Implements IEnumerable
'Usage
Dim instance As CatalogDefinitionPropertiesDataSet.CatalogDefinitionPropertiesDataTable
[SerializableAttribute]
public class CatalogDefinitionPropertiesDataTable : DataTable, IEnumerable
[SerializableAttribute]
public ref class CatalogDefinitionPropertiesDataTable : public DataTable, 
    IEnumerable
public class CatalogDefinitionPropertiesDataTable extends DataTable implements IEnumerable

Remarks

This class provides the methods and properties to access the CatalogDefinitionProperties within the table.

Inheritance Hierarchy

System..::.Object
  System.ComponentModel..::.MarshalByValueComponent
    System.Data..::.DataTable
      Microsoft.CommerceServer.Catalog..::.CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertiesDataTable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertiesDataTable Members

Microsoft.CommerceServer.Catalog Namespace