CustomerEntity.OriginatingSearchControl Property

Definition

Gets or sets the name of the hosted control that originated the customer record.

public:
 property System::String ^ OriginatingSearchControl { System::String ^ get(); void set(System::String ^ value); };
public string OriginatingSearchControl { get; set; }
member this.OriginatingSearchControl : string with get, set
Public Property OriginatingSearchControl As String

Property Value

Implements

Remarks

This control must implement the ICustomerSearch interface.

Applies to