LocationConfiguration.Version Property
Specifies the location definition version. This corresponds to the Version 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 Version As Version
Get
Set
'Usage
Dim instance As LocationConfiguration
Dim value As Version
value = instance.Version
instance.Version = value
public Version Version { get; set; }
Property Value
Type: System.Version