SearchResultsBaseWebPart.IsLocationPeople Property
Gets or sets a Boolean value that specifies whether the current federated location is a People Search location.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property IsLocationPeople As Boolean
Get
Set
'Usage
Dim instance As SearchResultsBaseWebPart
Dim value As Boolean
value = instance.IsLocationPeople
instance.IsLocationPeople = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public bool IsLocationPeople { get; set; }
Property Value
Type: System.Boolean
true if the location is a People Search location; otherwise, false.
See Also
Reference
SearchResultsBaseWebPart Class