ReadOnlySource.Active property
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public ReadOnly Property Active As Boolean
Get
'Uso
Dim instance As ReadOnlySource
Dim value As Boolean
value = instance.Active
public bool Active { get; }
Property value
Type: System.Boolean