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.
Creates a new CatalogSet with the same schema as CatalogSetsDataSet..::.CatalogSetsDataTable
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Function NewCatalogSet As CatalogSetsDataSet..::.CatalogSet
'Usage
Dim instance As CatalogSetsDataSet..::.CatalogSetsDataTable
Dim returnValue As CatalogSetsDataSet..::.CatalogSet
returnValue = instance.NewCatalogSet()
public CatalogSetsDataSet..::.CatalogSet NewCatalogSet()
public:
CatalogSetsDataSet..::.CatalogSet^ NewCatalogSet()
public function NewCatalogSet() : CatalogSetsDataSet..::.CatalogSet
Return Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogSetsDataSet..::.CatalogSet
A CatalogSetsDataSet..::.CatalogSet.
Remarks
The returned CatalogSet contains a CatalogSetDescription, CatalogSetId, CatalogSetName, and Expression.
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
CatalogSetsDataSet..::.CatalogSetsDataTable Class