UrlScopeRule.MatchingString property
Gets or sets the string to match with the content item's display URL.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property MatchingString As String
Get
Set
'Usage
Dim instance As UrlScopeRule
Dim value As String
value = instance.MatchingString
instance.MatchingString = value
public string MatchingString { get; set; }
Property value
Type: System.String
A string that contains the string to match for the URL scope rule.