SharedEntityState.RootTypeDescriptor Property

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public ReadOnly Property RootTypeDescriptor As TypeDescriptor
    Get
'Usage
Dim instance As SharedEntityState
Dim value As TypeDescriptor

value = instance.RootTypeDescriptor
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
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

SharedEntityState Class

SharedEntityState Members

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace