PerspectiveActionCollection.Contains Method (String)
Determines whether a PerspectiveAction with the specified action identifier is in the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
actionId As String _
) As Boolean
'Usage
Dim instance As PerspectiveActionCollection
Dim actionId As String
Dim returnValue As Boolean
returnValue = instance.Contains(actionId)
public bool Contains(
string actionId
)
public:
bool Contains(
String^ actionId
)
member Contains :
actionId:string -> bool
public function Contains(
actionId : String
) : boolean
Parameters
- actionId
Type: System.String
The action identifier of the PerspectiveAction to be looked for.
Return Value
Type: System.Boolean
true if a PerspectiveAction with the specified action identifier is found in the collection; otherwise, false.