SharedEntityState.TargetEntity Property
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public ReadOnly Property TargetEntity As Entity
Get
'Usage
Dim instance As SharedEntityState
Dim value As Entity
value = instance.TargetEntity
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
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