ExternalRoleMemberCollection.Contains(ExternalRoleMember) Method

Definition

Determines whether the specified ExternalRoleMember exists in the collection.

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

Parameters

item
ExternalRoleMember

The ExternalRoleMember whose existence is checked.

Returns

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

Applies to