PerspectiveActionCollection.Find(String) Method

Definition

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).

Applies to