SearchOption Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the search option which was invalid.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property SearchOption As String
'Usage
Dim instance As InvalidSearchOptionException
Dim value As String
value = instance.SearchOption
public string SearchOption { get; }
public:
property String^ SearchOption {
String^ get ();
}
public function get SearchOption () : String
Property Value
Type: System..::.String
The search option that failed.
Remarks
The search option which was invalid. The .NET Base Class Library allows you to specify the search options for most of the methods returning Datasets or ReadOnlyCollections, but not all the methods support all parameters. The SearchOptions may specify items such as the paging and properties to return
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
InvalidSearchOptionException Class