Share via


FavoriteMonitoringReport.MonitoringReportPath Property

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Gets or sets the path to the report that is contained in the favorite report.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[ObsoleteAttribute("Use ReportPath")]
public string MonitoringReportPath { get; set; }
public:
[ObsoleteAttribute("Use ReportPath")]
property String^ MonitoringReportPath {
    String^ get();
    void set(String^ value);
}
[<ObsoleteAttribute("Use ReportPath")>]
member MonitoringReportPath : string with get, set
<ObsoleteAttribute("Use ReportPath")>
Public Property MonitoringReportPath As String

Property Value

Type: System.String

Returns a String that contains the path to the report that is contained in the favorite report.

See Also

FavoriteMonitoringReport Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top