LocationConfiguration.IsRestrictedLocation Property
Specifies whether there are any restrictions on the sites that can use this federated search location. This corresponds to the IsRestricted element of the OpenSearchDescription of the federated location definition file.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property IsRestrictedLocation As Boolean
Get
Set
'Usage
Dim instance As LocationConfiguration
Dim value As Boolean
value = instance.IsRestrictedLocation
instance.IsRestrictedLocation = value
public bool IsRestrictedLocation { get; set; }
Property Value
Type: System.Boolean