IEntityInstance.Entity Property
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
ReadOnly Property Entity As Entity
Get
'Usage
Dim instance As IEntityInstance
Dim value As Entity
value = instance.Entity
Entity Entity { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.Entity
An Entity object that this is an instance of.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace