EntityMetadata.CanEnableSyncToExternalSearchIndex Property
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.
Gets or sets whether this entity can be enabled for relevance search when customizing a managed solution.
public:
property Microsoft::Xrm::Sdk::BooleanManagedProperty ^ CanEnableSyncToExternalSearchIndex { Microsoft::Xrm::Sdk::BooleanManagedProperty ^ get(); void set(Microsoft::Xrm::Sdk::BooleanManagedProperty ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.BooleanManagedProperty CanEnableSyncToExternalSearchIndex { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.CanEnableSyncToExternalSearchIndex : Microsoft.Xrm.Sdk.BooleanManagedProperty with get, set
Public Property CanEnableSyncToExternalSearchIndex As BooleanManagedProperty
Property Value
Whether this entity can be enabled for relevance search when customizing a managed solution.
- Attributes
Remarks
Relevance search is feature planned for an future release. This setting will not apply until the feature is enabled.
This setting will allow data for this entity to be synchronized with the external search index when relevance search is enabled.