Share via


TypeDescriptor.ParentTypeDescriptor Property

Gets or sets the parent type descriptor of this type descriptor.

Namespace:  Microsoft.SharePoint.BusinessData.Administration.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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.Client.TypeDescriptor
A parent type descriptor of this type descriptor. Returns a null reference (Nothing in Visual Basic) if there is no parent type descriptor.

See Also

Reference

TypeDescriptor Class

TypeDescriptor Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace