ILocationRuntime.Location property

Gets or sets the federated location.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Property Location As Location
    Get
    Set
'Usage
Dim instance As ILocationRuntime
Dim value As Location

value = instance.Location

instance.Location = value
Location Location { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Query.Location
A federated search location.

See also

Reference

ILocationRuntime interface

ILocationRuntime members

Microsoft.Office.Server.Search.Query namespace