RoleMemberCollection.Contains(RoleMember) Method

Definition

Determines whether the specified RoleMember exists in the collection.

public bool Contains (Microsoft.AnalysisServices.RoleMember item);
member this.Contains : Microsoft.AnalysisServices.RoleMember -> bool
Public Function Contains (item As RoleMember) As Boolean

Parameters

item
RoleMember

The RoleMember whose existence is checked.

Returns

True, if the specified RoleMember is found in the collection; otherwise, false.

Applies to