CatalogPropertiesDataSet Class

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

Access the CatalogProperties values in the CatalogPropertiesDataSet.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class CatalogPropertiesDataSet _
    Inherits DataSet
'Usage
Dim instance As CatalogPropertiesDataSet
[SerializableAttribute]
public class CatalogPropertiesDataSet : DataSet
[SerializableAttribute]
public ref class CatalogPropertiesDataSet : public DataSet
public class CatalogPropertiesDataSet extends DataSet

Remarks

Returns the dataset containing the CatalogProperties values. This allows you to get the CatalogProperties values.

Inheritance Hierarchy

System..::.Object
  System.ComponentModel..::.MarshalByValueComponent
    System.Data..::.DataSet
      Microsoft.CommerceServer.Catalog..::.CatalogPropertiesDataSet

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

CatalogPropertiesDataSet Members

Microsoft.CommerceServer.Catalog Namespace