FavoriteMonitoringReport.MonitoringReportPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use ReportPath
The associated report path.
public:
property System::String ^ MonitoringReportPath { System::String ^ get(); void set(System::String ^ value); };
[System.Obsolete("Use ReportPath")]
public string MonitoringReportPath { get; set; }
member this.MonitoringReportPath : string with get, set
Public Property MonitoringReportPath As String
Property Value
Returns a String that contains the path to the report that is contained in the favorite report.
- Attributes