AdminComponent.Standalone Property
Gets a value that indicates whether the Search Administration component should propagate the content indexes to one or more query servers.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property Standalone As Boolean
Get
'Usage
Dim instance As AdminComponent
Dim value As Boolean
value = instance.Standalone
public bool Standalone { get; }
Property Value
Type: System.Boolean
true if the no propagation is needed; otherwise, false.