AemGlobalSettings.ExceptionFolders Property
Applies To: Operations Manager for System Center 2012
Gets the paths to the folders that contain exceptions related to the AEM global settings.
Namespace: Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public Collection<string> ExceptionFolders { get; }
public:
property Collection<String^>^ ExceptionFolders {
Collection<String^>^ get();
}
member ExceptionFolders : Collection<string> with get
Public ReadOnly Property ExceptionFolders As Collection(Of String)
Property Value
Type: System.Collections.ObjectModel.Collection<String>
Returns a Collection<T> of strings that contain the paths to the folders that contain exceptions related to the AEM global settings.
See Also
AemGlobalSettings Class
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace
Return to top