GetSearchResultsLimit Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the maximum number of records that can be returned by a search operation.
Namespace: Microsoft.CommerceServer.Profiles.WebService
Assembly: Microsoft.CommerceServer.Profiles.DataManagement (in Microsoft.CommerceServer.Profiles.DataManagement.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Overridable Function GetSearchResultsLimit As Integer
'Usage
Dim instance As ProfilesWebService
Dim returnValue As Integer
returnValue = instance.GetSearchResultsLimit()
[WebMethodAttribute]
public virtual int GetSearchResultsLimit()
[WebMethodAttribute]
public:
virtual int GetSearchResultsLimit()
public function GetSearchResultsLimit() : int
Return Value
Type: System..::.Int32
The maximum number of records that can be returned by a search operation.
Remarks
Returns the maximum number of records that can be returned by a search operation.
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.