Applies To: Operations Manager for System Center 2012
Contains agentless exception monitoring (AEM) settings.
Namespace:   Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
  Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring.AemSettings
Syntax
public sealed class AemSettings
public ref class AemSettings sealed 
[<Sealed>]
type AemSettings = class end
Public NotInheritable Class AemSettings
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | AemSettings() | Initializes a new AemSettings object. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | AdmTemplateLocation | Gets or sets the location of the AEM ADM templates. | 
| .jpeg) | CollectCrashesFromPreVista | Gets or sets a Boolean value that determines whether to collect crashes from operating systems prior to Windows Vista. | 
| .jpeg) | CollectCrashesFromVistaAndLater | Gets or sets a Boolean value that determines whether to collect crashes from Windows Vista and later operating systems. | 
| .jpeg) | CompanyName | Gets or sets the company name. | 
| .jpeg) | EnableBasicTransmission | Gets or sets a Boolean value that determines whether to enable AEM to report errors to the Management Server. | 
| .jpeg) | EnableDetailedTransmission | Gets or sets a Boolean value that determines whether to enable AEM to report .cab files to the Management Server. | 
| .jpeg) | LocalSharePath | Gets or sets the local file share path. | 
| .jpeg) | ManagementServer | Gets or sets a ManagementServer object that represents the Management Server on which AEM needs to be enabled. | 
| .jpeg) | Port | Gets or sets the port number for clients of the Microsoft Vista operating system. | 
| .jpeg) | SharePath | Gets or sets the share path. | 
| .jpeg) | UseSsl | Gets or sets a value indicating whether to use the Secure Sockets Layer (SSL) protocol for clients of the Microsoft Vista operating system. | 
| .jpeg) | UseWindowsAuth | Gets or sets a value indicating whether to use Windows Authentication for clients of the Microsoft Vista operating system. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
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.
See Also
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace
Return to top