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