IInstance.TypeDescriptor Property
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
ReadOnly Property TypeDescriptor As TypeDescriptor
Get
'Usage
Dim instance As IInstance
Dim value As TypeDescriptor
value = instance.TypeDescriptor
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
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace