Share via


IInstance.TypeDescriptor Property

NOTE: This API is now obsolete.

Gets the root type descriptor of the 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)> _
ReadOnly Property TypeDescriptor As TypeDescriptor
    Get
'Usage
Dim instance As IInstance
Dim value As TypeDescriptor

value = instance.TypeDescriptor
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
TypeDescriptor TypeDescriptor { get; }

Property Value

Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.TypeDescriptor
A TypeDescriptor object representing the type of the entity instance.

See Also

Reference

IInstance Interface

IInstance Members

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace