CatalogItems Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a table containing the CatalogItems values.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property CatalogItems As CatalogItemsDataSet..::.CatalogItemsDataTable
'Usage
Dim instance As CatalogItemsDataSet
Dim value As CatalogItemsDataSet..::.CatalogItemsDataTable
value = instance.CatalogItems
[BrowsableAttribute(false)]
public CatalogItemsDataSet..::.CatalogItemsDataTable CatalogItems { get; }
[BrowsableAttribute(false)]
public:
property CatalogItemsDataSet..::.CatalogItemsDataTable^ CatalogItems {
CatalogItemsDataSet..::.CatalogItemsDataTable^ get ();
}
public function get CatalogItems () : CatalogItemsDataSet..::.CatalogItemsDataTable
Property Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogItemsDataSet..::.CatalogItemsDataTable
A CatalogItemsDataSet..::.CatalogItemsDataTable containing the CatalogItems values.
Remarks
This property allows you to get to the values within the CatalogItems.
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.