Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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