Share via


TypeDescriptor.ParentTypeDescriptor Property

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Property ParentTypeDescriptor As TypeDescriptor
    Get
    Set
'Usage
Dim instance As TypeDescriptor
Dim value As TypeDescriptor

value = instance.ParentTypeDescriptor

instance.ParentTypeDescriptor = value
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
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