Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the location definition version. This corresponds to the Version element of the OpenSearchDescription Element (Location Definition) 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