SharedEntityState.TargetEntity Property
Gets the target entity for the entity instance.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property TargetEntity As Entity
Get
'Usage
Dim instance As SharedEntityState
Dim value As Entity
value = instance.TargetEntity
public Entity TargetEntity { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.Entity
An Entity object that represents the target entity for the entity instance.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace