This class supports the Operations Manager infrastructure and is not intended to be used directly from your code. Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.OperationsManager.Common (in microsoft.enterprisemanagement.operationsmanager.common.dll)

Usage

Visual Basic
Dim values As ReadOnlyCollection(Of Object)

Dim instance As New Result(values)

Syntax

Visual Basic
Public Sub New ( _
		values As ReadOnlyCollection(Of Object) _
)
C#
public Result (
		ReadOnlyCollection<Object> values
)
C++
public:
Result (
		ReadOnlyCollection<Object^>^ values
)
J#
public Result (
		ReadOnlyCollection<Object> values
)
JScript
public function Result (
		values : ReadOnlyCollection<Object>
)

Parameters

values

The result values.

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