ExtensionCollection.Parent property

Gets the parent Content object for the file name extension 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 ExtensionCollection
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 file name extension collection.

See also

Reference

ExtensionCollection class

ExtensionCollection members

Microsoft.Office.Server.Search.Administration namespace