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.