PropertiesToReturn Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the comma-delimited list of properties that should be included in the search results.
Namespace: Microsoft.CommerceServer
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
Public Property PropertiesToReturn As String
'Usage
Dim instance As SearchOptions
Dim value As String
value = instance.PropertiesToReturn
instance.PropertiesToReturn = value
public string PropertiesToReturn { get; set; }
public:
property String^ PropertiesToReturn {
String^ get ();
void set (String^ value);
}
public function get PropertiesToReturn () : String
public function set PropertiesToReturn (value : String)
Property Value
Type: System..::.String
The comma-delimited list of properties that should be included in the search results.
Remarks
The values in PropertiesToReturn must be valid property names or an exception will be raised by the server when the search is executed.
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.