Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.