Action.GetEntity Method
Gets the entity the action belongs to.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetEntity As Entity
'Usage
Dim instance As Action
Dim returnValue As Entity
returnValue = instance.GetEntity()
public Entity GetEntity()
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.Entity
An Entity object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace