AccountCollection.Contains Method (String)

Indicates whether the collection contains an Account that has the specified identifier.

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

Syntax

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

returnValue = instance.Contains(accountType)

Parameters

Return Value

Type: System.Boolean
true if the Account is contained in the collection; otherwise, false.

See Also

Reference

AccountCollection Class

Contains Overload

Microsoft.AnalysisServices Namespace