SearchSettingsDataSource.SearchWatermark 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 the string to display in the common search control when it is empty and does not have the focus. Default is “Search”.
public:
property System::String ^ SearchWatermark { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ SearchWatermark { Platform::String ^ get(); void set(Platform::String ^ value); };
public string SearchWatermark { get; set; }
member this.SearchWatermark : string with get, set
Public Property SearchWatermark As String
Property Value
Returns the watermark string of the search control.