Determines whether the collection contains a specified value. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As ManagementPackReferenceCollection
Dim mpreference As ManagementPackReference
Dim returnValue As Boolean

returnValue = instance.ContainsValue(mpreference)

Syntax

Visual Basic
Public Function ContainsValue ( _
		mpreference As ManagementPackReference _
) As Boolean
C#
public bool ContainsValue (
		ManagementPackReference mpreference
)
C++
public:
bool ContainsValue (
		ManagementPackReference^ mpreference
)
J#
public boolean ContainsValue (
		ManagementPackReference mpreference
)
JScript
public function ContainsValue (
		mpreference : ManagementPackReference
) : boolean

Parameters

mpreference

The specific reference to search for in the collection.

Return Value

true if the specified reference is found in the collection; otherwise, false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also