SharePointSearchRuntime.Location property
Gets or sets the SharePoint sites location.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property Location As Location
Get
Set
'Usage
Dim instance As SharePointSearchRuntime
Dim value As Location
value = instance.Location
instance.Location = value
public Location Location { get; set; }
Property value
Type: Microsoft.Office.Server.Search.Query.Location
The SharePoint sites location.