ManagementGroup.GetMonitoringFolder(Guid) Method
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
Please use Presentation.GetFolder()
Gets a folder by id.
public:
Microsoft::EnterpriseManagement::Configuration::MonitoringFolder ^ GetMonitoringFolder(Guid id);
[System.Obsolete("Please use Presentation.GetFolder()")]
public Microsoft.EnterpriseManagement.Configuration.MonitoringFolder GetMonitoringFolder (Guid id);
member this.GetMonitoringFolder : Guid -> Microsoft.EnterpriseManagement.Configuration.MonitoringFolder
Public Function GetMonitoringFolder (id As Guid) As MonitoringFolder
Parameters
- id
- Guid
The id of the requested folder.
Returns
The folder.
- Attributes
Exceptions
A MonitoringFolder with that id was not found.