Content.ActiveDocuments Property
Gets an array of active documents for a Shared Services Provider.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property ActiveDocuments As String()
Get
'Usage
Dim instance As Content
Dim value As String()
value = instance.ActiveDocuments
public string[] ActiveDocuments { get; }
Property Value
Type: []
A string array containing the active documents.
See Also
Reference
Microsoft.Office.Server.Search.Administration Namespace
Other Resources
Getting Started with the Enterprise Search Administration Object Model