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 an Action object for a specified ID.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Shared Function GetById ( _
metadataObjectId As UInteger _
) As Action
'Usage
Dim metadataObjectId As UInteger
Dim returnValue As Action
returnValue = Action.GetById(metadataObjectId)
public static Action GetById(
uint metadataObjectId
)
Parameters
- metadataObjectId
Type: System.UInt32
The ID of the action.
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.Action
An Action object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace