Share via


TypeDescriptor.ParentTypeDescriptor Property

Sets or gets the parent type descriptor for this type descriptor.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Property ParentTypeDescriptor As TypeDescriptor
    Get
    Set
'Usage
Dim instance As TypeDescriptor
Dim value As TypeDescriptor

value = instance.ParentTypeDescriptor

instance.ParentTypeDescriptor = value
public TypeDescriptor ParentTypeDescriptor { get; set; }

Property Value

Type: Microsoft.Office.Server.ApplicationRegistry.Administration.TypeDescriptor
The TypeDescriptor object.

See Also

Reference

TypeDescriptor Class

TypeDescriptor Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace