Category.MatchIgnoreSuffix Property

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

Syntax

'Declaration
Public Property MatchIgnoreSuffix As String
    Get
    Set
'Usage
Dim instance As Category
Dim value As String

value = instance.MatchIgnoreSuffix

instance.MatchIgnoreSuffix = value
public string MatchIgnoreSuffix { get; set; }

Property Value

Type: System.String
Returns String.

See Also

Reference

Category Class

Category Members

Microsoft.Office.Server.Search.Administration Namespace