PropertyValues Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a list of properties and their values which can be searched using this specification search.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyValues As SpecificationSearchPropertyResult()
'Usage
Dim instance As SpecificationSearch
Dim value As SpecificationSearchPropertyResult()
value = instance.PropertyValues
public SpecificationSearchPropertyResult[] PropertyValues { get; }
public:
property array<SpecificationSearchPropertyResult^>^ PropertyValues {
array<SpecificationSearchPropertyResult^>^ get ();
}
public function get PropertyValues () : SpecificationSearchPropertyResult[]
Property Value
Type: array<Microsoft.CommerceServer.Catalog..::.SpecificationSearchPropertyResult>[]()[]
An array of SpecificationSearchPropertyResults containing the properties and their values which can be searched.
Remarks
The PropertyValues property gets the possible values for the property as an array of objects. The returned array contains both the specified property name and 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.