Share via


Content.Parent Property

NOTE: This API is now obsolete.

Gets the search context for the search service.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This property is deprecated.")> _
Public ReadOnly Property Parent As SearchContext
    Get
'Usage
Dim instance As Content
Dim value As SearchContext

value = instance.Parent
[ObsoleteAttribute("This property is deprecated.")]
public SearchContext Parent { get; }

Property Value

Type: Microsoft.Office.Server.Search.Administration.SearchContext
A SearchContext object representing the search service.

Remarks

Do not use this property, instead use the SearchApplication property.

See Also

Reference

Content Class

Content Members

Microsoft.Office.Server.Search.Administration Namespace