Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.