RoleMemberCollection.Contains Method

Determines whether the specified RoleMember is in the collection.

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

Syntax

C#
public bool Contains(
    RoleMember item
)

Parameters

Return Value

Type: System.Boolean
true if the specified RoleMember is found in the collection, otherwise, false.

See Also

Reference

RoleMemberCollection Class

Microsoft.AnalysisServices Namespace