IEntityInstance.Entity Property

NOTE: This API is now obsolete.

Gets the entity this is an instance of.

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 Entity As Entity
    Get
'Usage
Dim instance As IEntityInstance
Dim value As Entity

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

Property Value

Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.Entity
An Entity object that this is an instance of.

See Also

Reference

IEntityInstance Interface

IEntityInstance Members

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace