SuggestParameters.HighlightPreTag Property
Optional. Gets or sets a string tag that is prepended to hit highlights. Must be set with HighlightPostTag. If omitted, hit highlighting of suggestions is disabled.
Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Usage
'Usage
Dim instance As SuggestParameters
Dim value As String
value = instance.HighlightPreTag
instance.HighlightPreTag = value
Syntax
'Declaration
Public Property HighlightPreTag As String
public string HighlightPreTag { get; set; }
public:
property String^ HighlightPreTag {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_HighlightPreTag ()
/** @property */
public void set_HighlightPreTag (String value)
public function get HighlightPreTag () : String
public function set HighlightPreTag (value : String)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
SuggestParameters Class
SuggestParameters Members
Microsoft.Azure.Search.Models Namespace