Information Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the information for the current catalog item.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property Information As CatalogItemsDataSet
'Usage
Dim instance As CatalogItem
Dim value As CatalogItemsDataSet
value = instance.Information
public CatalogItemsDataSet Information { get; }
public:
property CatalogItemsDataSet^ Information {
CatalogItemsDataSet^ get ();
}
public function get Information () : CatalogItemsDataSet
Property Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogItemsDataSet
A CatalogItemsDataSet containing information of the current catalog item.
Remarks
You can use the CatalogItemsDataSet returned by this property to access and update built in as well as user defined attributes on the catalog item. This dataset has one row containing information about that catalog item. You cannot delete rows from or add new rows to this dataset. If you make any changes to this dataset you should call the Save method to save the changes to the catalog item.
This property provides access to the object's primary dataset and supports inventory integration.
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.