SharedEntityState.RootTypeDescriptor Property
Gets the root type descriptor of the entity instance.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property RootTypeDescriptor As TypeDescriptor
Get
'Usage
Dim instance As SharedEntityState
Dim value As TypeDescriptor
value = instance.RootTypeDescriptor
public TypeDescriptor RootTypeDescriptor { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.TypeDescriptor
A TypeDescriptor object representing the type of the instance.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace