ContentSourceCollection.Parent Property
Gets the parent Content object for the content source collection.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As Content
Get
'Usage
Dim instance As ContentSourceCollection
Dim value As Content
value = instance.Parent
public Content Parent { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.Content
A Content object that represents the parent of the content source collection.