Information Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the information for the current instance.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Information As CatalogsDataSet
'Usage
Dim instance As ProductCatalog
Dim value As CatalogsDataSet
value = instance.Information
public virtual CatalogsDataSet Information { get; }
public:
virtual property CatalogsDataSet^ Information {
CatalogsDataSet^ get ();
}
public function get Information () : CatalogsDataSet
Property Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogsDataSet
A CatalogsDataSet containing the information for the current instance.
Remarks
You can use the CatalogsDataSet returned by this property to access and update built in as well as user defined attributes on the catalog. This dataset has one row containing information about that catalog. 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 system.
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.