QuickFindSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains settings for quick find (finds records of one type).
public ref class QuickFindSettings : Microsoft::Xrm::Sdk::Deployment::DeploymentConfigSettings
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="QuickFindSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class QuickFindSettings : Microsoft.Xrm.Sdk.Deployment.DeploymentConfigSettings
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="QuickFindSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type QuickFindSettings = class
inherit DeploymentConfigSettings
Public Class QuickFindSettings
Inherits DeploymentConfigSettings
- Inheritance
- Attributes
Remarks
You can use Windows PowerShell to retrieve or update these settings.
Constructors
QuickFindSettings() |
Initializes a new instance of the QuickFindSettings class. |
Properties
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DeploymentObject) |
QuickFindEntityIndexLimit |
Gets or sets the maximum number of the attributes used in the quick find search query, after which the |
QuickFindRecordLimit |
Gets or sets the maximum number of records that match the quick find query criteria before an exception error is thrown. This is needed for faster execution of the quick find searches. Required. |