AbstractEntityInstance.Entity Property

When overridden in a derived class, gets the entity this entity instance belongs to.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public ReadOnly Property Entity As Entity
    Get
'Usage
Dim instance As AbstractEntityInstance
Dim value As Entity

value = instance.Entity
public Entity Entity { get; }

Property Value

Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.Entity
An Entity object representing the entity this instance belongs to.

Implements

IEntityInstance.Entity

See Also

Reference

AbstractEntityInstance Class

AbstractEntityInstance Members

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace