Information Property

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

Returns a CatalogDefinitionsDataSet containing the property information of the current instance.

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

Syntax

'Declaration
Public ReadOnly Property Information As CatalogPropertiesDataSet
'Usage
Dim instance As CatalogProperty
Dim value As CatalogPropertiesDataSet

value = instance.Information
public CatalogPropertiesDataSet Information { get; }
public:
property CatalogPropertiesDataSet^ Information {
    CatalogPropertiesDataSet^ get ();
}
public function get Information () : CatalogPropertiesDataSet

Property Value

Type: Microsoft.CommerceServer.Catalog..::.CatalogPropertiesDataSet
A CatalogPropertiesDataSet containing property information for the current instance.

Remarks

The Information property is a CatalogDefinitionsDataSet containing a single row of information about the current property. You can change the values for the built in and user defined property attributes on the Information property and then call the Save to save the changes to the property. You cannot add new rows or delete rows from this dataset.

Permissions

See Also

Reference

CatalogProperty Class

CatalogProperty Members

Microsoft.CommerceServer.Catalog Namespace