Action.GetEntity Method

NOTE: This API is now obsolete.

Gets the entity the action belongs to.

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

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Function GetEntity As Entity
'Usage
Dim instance As Action
Dim returnValue As Entity

returnValue = instance.GetEntity()
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public Entity GetEntity()

Return Value

Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.Entity
An Entity object.

See Also

Reference

Action Class

Action Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace