PerspectiveActionCollection.Contains Method (PerspectiveAction)

Indicates whether the collection contains the specified PerspectiveAction.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

VB
'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)

Parameters

Return Value

Type: System.Boolean
true if the PerspectiveAction exists in the collection; otherwise, false.

See Also

Reference

PerspectiveActionCollection Class

Contains Overload

Microsoft.AnalysisServices Namespace