ResultTableCollection.IgnoredNoiseWords property

Gets or sets the list of ignored noise words.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property IgnoredNoiseWords As String()
    Get
    Set
'Usage
Dim instance As ResultTableCollection
Dim value As String()

value = instance.IgnoredNoiseWords

instance.IgnoredNoiseWords = value
[DataMemberAttribute]
public string[] IgnoredNoiseWords { get; set; }

Property value

Type: []
A string array containing the ignored noise words.

See also

Reference

ResultTableCollection class

ResultTableCollection members

Microsoft.Office.Server.Search.Query namespace