Share via


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 Element (Location Definition) 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
<DataMemberAttribute> _
Public Property IsRestrictedLocation As Boolean
    Get
    Set
'Usage
Dim instance As LocationConfiguration
Dim value As Boolean

value = instance.IsRestrictedLocation

instance.IsRestrictedLocation = value
[DataMemberAttribute]
public bool IsRestrictedLocation { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

LocationConfiguration Class

LocationConfiguration Members

Microsoft.Office.Server.Search.Administration Namespace