LinksStoreSettingsBase<T>.partitionVersion property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Property partitionVersion As Integer
Get
Set
'Usage
Dim value As Integer
value = Me.partitionVersion
Me.partitionVersion = value
protected int partitionVersion { get; set; }
Property value
Type: System.Int32
See also
Reference
LinksStoreSettingsBase<T> class