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)

Usage

Visual Basic
Dim instance As AemGlobalSettings
Dim value As Collection(Of String)

value = instance.ExceptionFolders

Syntax

Visual Basic
Public ReadOnly Property ExceptionFolders As Collection(Of String)
C#
public Collection<string> ExceptionFolders { get; }
C++
public:
property Collection<String^>^ ExceptionFolders {
		Collection<String^>^ get ();
}
J#
/** @property */
public Collection<String> get_ExceptionFolders ()
JScript
public function get ExceptionFolders () : Collection<String>

Property Value

A list of strings that contain the paths to the folders that contain exceptions related to the AEM global settings.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also