EnumerationValues Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a CatalogEnumerationPropertyValuesDataSet containing the enumeration values for this enumeration property.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property EnumerationValues As CatalogEnumerationPropertyValuesDataSet
'Usage
Dim instance As CatalogEnumerationProperty
Dim value As CatalogEnumerationPropertyValuesDataSet
value = instance.EnumerationValues
public CatalogEnumerationPropertyValuesDataSet EnumerationValues { get; }
public:
property CatalogEnumerationPropertyValuesDataSet^ EnumerationValues {
CatalogEnumerationPropertyValuesDataSet^ get ();
}
public function get EnumerationValues () : CatalogEnumerationPropertyValuesDataSet
Property Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogEnumerationPropertyValuesDataSet
A CatalogEnumerationPropertyValuesDataSet containing the enumeration values.
Remarks
Iterate through the CatalogEnumerationPropertyValuesDataSet to obtain the enumeration values.
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.
See Also
Reference
CatalogEnumerationProperty Class