DefinitionProperties Property

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

Gets a CatalogDefinitionPropertiesDataSet containing the properties in the current definition.

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

Syntax

'Declaration
Public ReadOnly Property DefinitionProperties As CatalogDefinitionPropertiesDataSet
'Usage
Dim instance As CatalogDefinition
Dim value As CatalogDefinitionPropertiesDataSet

value = instance.DefinitionProperties
public CatalogDefinitionPropertiesDataSet DefinitionProperties { get; }
public:
property CatalogDefinitionPropertiesDataSet^ DefinitionProperties {
    CatalogDefinitionPropertiesDataSet^ get ();
}
public function get DefinitionProperties () : CatalogDefinitionPropertiesDataSet

Property Value

Type: Microsoft.CommerceServer.Catalog..::.CatalogDefinitionPropertiesDataSet
A CatalogDefinitionPropertiesDataSet containing the properties in the current definition.

Remarks

The CatalogDefinitionPropertiesDataSet contains all the properties in the current definition. You can use this dataset to change the order of the properties in the dataset by updating the PropertyType property for the property rows in this dataset. You should call the Save method to save the changes to the catalog system.

Permissions

See Also

Reference

CatalogDefinition Class

CatalogDefinition Members

Microsoft.CommerceServer.Catalog Namespace