PerspectiveActionCollection.Find(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the PerspectiveAction that has the specified ActionID from the collection.
public Microsoft.AnalysisServices.PerspectiveAction Find (string actionId);
member this.Find : string -> Microsoft.AnalysisServices.PerspectiveAction
Public Function Find (actionId As String) As PerspectiveAction
Parameters
- actionId
- String
The ActionID of the PerspectiveAction to locate.
Returns
The PerspectiveAction with the specified ActionID, if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).