Share via


FavoriteMonitoringReport(String, String) Constructor

Definition

Creates a new FavoriteReport.

public:
 FavoriteMonitoringReport(System::String ^ name, System::String ^ reportPath);
public FavoriteMonitoringReport (string name, string reportPath);
new Microsoft.EnterpriseManagement.Monitoring.FavoriteMonitoringReport : string * string -> Microsoft.EnterpriseManagement.Monitoring.FavoriteMonitoringReport
Public Sub New (name As String, reportPath As String)

Parameters

name
String

The display name of the favorite report.

reportPath
String

Exceptions

name or reportPath is null

name.Length is out of range (1 to 256)

Applies to