EnumerationPropertyValues Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a table containing the EnumerationPropertyValues.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property EnumerationPropertyValues As CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable
'Usage
Dim instance As CatalogEnumerationPropertyValuesDataSet
Dim value As CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable
value = instance.EnumerationPropertyValues
[BrowsableAttribute(false)]
public CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable EnumerationPropertyValues { get; }
[BrowsableAttribute(false)]
public:
property CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable^ EnumerationPropertyValues {
CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable^ get ();
}
public function get EnumerationPropertyValues () : CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable
Property Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable
A CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable containing the EnumerationPropertyValues.
Remarks
This property allows you to get to the values within the EnumerationPropertyValues.
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
CatalogEnumerationPropertyValuesDataSet Class