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

Usage

Visual Basic
Dim name As String
Dim reportPath As String

Dim instance As New FavoriteMonitoringReport(name, reportPath)

Syntax

Visual Basic
Public Sub New ( _
		name As String, _
		reportPath As String _
)
C#
public FavoriteMonitoringReport (
		string name,
		string reportPath
)
C++
public:
FavoriteMonitoringReport (
		String^ name, 
		String^ reportPath
)
J#
public FavoriteMonitoringReport (
		String name, 
		String reportPath
)
JScript
public function FavoriteMonitoringReport (
		name : String, 
		reportPath : String
)

Parameters

name

The display name of the favorite report.

reportPath

The path to the report that is contained in the favorite report.

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