Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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
SpecificationSearchPropertyResult Class