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
<DataMemberAttribute> _
Public Property Version As Version
Get
Set
'Usage
Dim instance As LocationConfiguration
Dim value As Version
value = instance.Version
instance.Version = value
[DataMemberAttribute]
public Version Version { get; set; }
Property value
Type: System.Version