Initializes a new CustomMonitoringObjectGroup object. Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim nameSpace As String
Dim name As String
Dim displayName As String
Dim formula As String

Dim instance As New CustomMonitoringObjectGroup(nameSpace, name, displayName, formula)

Syntax

Visual Basic
Public Sub New ( _
		nameSpace As String, _
		name As String, _
		displayName As String, _
		formula As String _
)
C#
public CustomMonitoringObjectGroup (
		string nameSpace,
		string name,
		string displayName,
		string formula
)
C++
public:
CustomMonitoringObjectGroup (
		String^ nameSpace, 
		String^ name, 
		String^ displayName, 
		String^ formula
)
J#
public CustomMonitoringObjectGroup (
		String nameSpace, 
		String name, 
		String displayName, 
		String formula
)
JScript
public function CustomMonitoringObjectGroup (
		nameSpace : String, 
		name : String, 
		displayName : String, 
		formula : String
)

Parameters

nameSpace

Sets the namespace of the underlying singleton type for this group.

name

Sets the name of the underlying singleton type for this group and the group instance.

displayName

Sets the display name of the underlying singleton type.

formula

Sets the formula that defines membership to this group.

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