PerspectiveActionCollection.Contains Method (PerspectiveAction)
Indicates whether the collection contains the specified PerspectiveAction.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
item As PerspectiveAction _
) As Boolean
'Usage
Dim instance As PerspectiveActionCollection
Dim item As PerspectiveAction
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
PerspectiveAction item
)
public:
bool Contains(
PerspectiveAction^ item
)
member Contains :
item:PerspectiveAction -> bool
public function Contains(
item : PerspectiveAction
) : boolean
Parameters
- item
Type: Microsoft.AnalysisServices.PerspectiveAction
The PerspectiveAction to locate.
Return Value
Type: System.Boolean
true if the PerspectiveAction exists in the collection; otherwise, false.