EntityMetadata.CanEnableSyncToExternalSearchIndex Property

Definition

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.

Applies to