Share via


TypeDescriptor.ParentTypeDescriptor property

Gets or sets the parent of the TypeDescriptor object.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.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.SharePoint.BusinessData.Administration.TypeDescriptor
A TypeDescriptor object.

See also

Reference

TypeDescriptor class

TypeDescriptor members

Microsoft.SharePoint.BusinessData.Administration namespace