LocationConfiguration.QueryRestriction property
Specifies a string containing a semicolon-delimited list that determines the start addresses of URL domains that can use this location.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property QueryRestriction As String
Get
Set
'Usage
Dim instance As LocationConfiguration
Dim value As String
value = instance.QueryRestriction
instance.QueryRestriction = value
[DataMemberAttribute]
public string QueryRestriction { get; set; }
Property value
Type: System.String