PerspectiveCollection.Contains Method (String)

Indicates whether the collection contains a Perspective that has the specified identifier.

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

Syntax

VB
'Declaration
Public Function Contains ( _
    id As String _
) As Boolean
'Usage
Dim instance As PerspectiveCollection 
Dim id As String 
Dim returnValue As Boolean 

returnValue = instance.Contains(id)

Parameters

Return Value

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

See Also

Reference

PerspectiveCollection Class

Contains Overload

Microsoft.AnalysisServices Namespace