AbstractEntityInstance.Entity Property
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public ReadOnly Property Entity As Entity
Get
'Usage
Dim instance As AbstractEntityInstance
Dim value As Entity
value = instance.Entity
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public Entity Entity { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.Entity
An Entity object representing the entity this instance belongs to.
Implements
See Also
Reference
AbstractEntityInstance Members
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace