CatalogSets Property

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

Gets a table containing the CatalogSets values.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property CatalogSets As CatalogSetsDataSet..::.CatalogSetsDataTable
'Usage
Dim instance As CatalogSetsDataSet
Dim value As CatalogSetsDataSet..::.CatalogSetsDataTable

value = instance.CatalogSets
[BrowsableAttribute(false)]
public CatalogSetsDataSet..::.CatalogSetsDataTable CatalogSets { get; }
[BrowsableAttribute(false)]
public:
property CatalogSetsDataSet..::.CatalogSetsDataTable^ CatalogSets {
    CatalogSetsDataSet..::.CatalogSetsDataTable^ get ();
}
public function get CatalogSets () : CatalogSetsDataSet..::.CatalogSetsDataTable

Property Value

Type: Microsoft.CommerceServer.Catalog..::.CatalogSetsDataSet..::.CatalogSetsDataTable
A CatalogSetsDataSet..::.CatalogSetsDataTable containing the CatalogSets values.

Remarks

This property allows you to get to the values within the CatalogSets.

Permissions

See Also

Reference

CatalogSetsDataSet Class

CatalogSetsDataSet Members

Microsoft.CommerceServer.Catalog Namespace