Values Property

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

Gets the possible values for the property as an array of objects.

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

Syntax

'Declaration
Public ReadOnly Property Values As Object()
'Usage
Dim instance As SpecificationSearchPropertyResult
Dim value As Object()

value = instance.Values
public Object[] Values { get; }
public:
property array<Object^>^ Values {
    array<Object^>^ get ();
}
public function get Values () : Object[]

Property Value

Type: array<System..::.Object>[]()[]
An array containing the possible values for the property.

Remarks

All the values for the property, within an array.

Permissions

See Also

Reference

SpecificationSearchPropertyResult Class

SpecificationSearchPropertyResult Members

Microsoft.CommerceServer.Catalog Namespace