Share via


NewEnumerationPropertyValue Method

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

Creates a new EnumerationPropertyValue with the same schema as CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable.

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

Syntax

'Declaration
Public Function NewEnumerationPropertyValue As CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue
'Usage
Dim instance As CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable
Dim returnValue As CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue

returnValue = instance.NewEnumerationPropertyValue()
public CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue NewEnumerationPropertyValue()
public:
CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue^ NewEnumerationPropertyValue()
public function NewEnumerationPropertyValue() : CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue

Return Value

Type: Microsoft.CommerceServer.Catalog..::.CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue
A CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue.

Remarks

The returned CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue contains the Language, PropertyName, PropertyValue, and Rank.

Permissions

See Also

Reference

CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable Class

CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable Members

Microsoft.CommerceServer.Catalog Namespace