NewCatalogProperty Method

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

Creates a new CatalogProperty with the same schema as CatalogPropertiesDataSet..::.CatalogPropertiesDataTable.

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

Syntax

'Declaration
Public Function NewCatalogProperty As CatalogPropertiesDataSet..::.CatalogProperty
'Usage
Dim instance As CatalogPropertiesDataSet..::.CatalogPropertiesDataTable
Dim returnValue As CatalogPropertiesDataSet..::.CatalogProperty

returnValue = instance.NewCatalogProperty()
public CatalogPropertiesDataSet..::.CatalogProperty NewCatalogProperty()
public:
CatalogPropertiesDataSet..::.CatalogProperty^ NewCatalogProperty()
public function NewCatalogProperty() : CatalogPropertiesDataSet..::.CatalogProperty

Return Value

Type: Microsoft.CommerceServer.Catalog..::.CatalogPropertiesDataSet..::.CatalogProperty
A CatalogPropertiesDataSet..::.CatalogProperty.

Remarks

The returned CatalogPropertiesDataSet..::.CatalogProperty contains AssignAll. BuiltIn, Currency, DataType, DefaultBooleanValue, DefaultCurrencyValue, DefaultDateTimeValue, DefaultDoubleValue, DefaultIntegerValue, DefaultStringValue, DisplayAsBase, DisplayInProductsList, DisplayName, DisplayOnSite, ExportToDW, IncludeInSpecSearch, IsFreeTextSearchable, IsRequired, LanguageSensitive, MaximumCurrencyValue, MaximumDateTimeValue, MaximumDoubleValue, MaximumIntegerValue, MaximumStringLength, MinimumCurrencyValue, MinimumDateTimeValue, MinimumDoubleValue, MinimumIntegerValue, MinimumStringLength, PropertyName, and TimeStamp property values.

Permissions

See Also

Reference

CatalogPropertiesDataSet..::.CatalogPropertiesDataTable Class

CatalogPropertiesDataSet..::.CatalogPropertiesDataTable Members

Microsoft.CommerceServer.Catalog Namespace