AemSettings Class

System Center
 

Updated: April 16, 2012

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)

System::Object
  Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring::AemSettings

public ref class AemSettings sealed 

NameDescription
System_CAPS_pubmethodAemSettings()

Initializes a new AemSettings object.

NameDescription
System_CAPS_pubpropertyAdmTemplateLocation

Gets or sets the location of the AEM ADM templates.

System_CAPS_pubpropertyCollectCrashesFromPreVista

Gets or sets a Boolean value that determines whether to collect crashes from operating systems prior to Windows Vista.

System_CAPS_pubpropertyCollectCrashesFromVistaAndLater

Gets or sets a Boolean value that determines whether to collect crashes from Windows Vista and later operating systems.

System_CAPS_pubpropertyCompanyName

Gets or sets the company name.

System_CAPS_pubpropertyEnableBasicTransmission

Gets or sets a Boolean value that determines whether to enable AEM to report errors to the Management Server.

System_CAPS_pubpropertyEnableDetailedTransmission

Gets or sets a Boolean value that determines whether to enable AEM to report .cab files to the Management Server.

System_CAPS_pubpropertyLocalSharePath

Gets or sets the local file share path.

System_CAPS_pubpropertyManagementServer

Gets or sets a ManagementServer object that represents the Management Server on which AEM needs to be enabled.

System_CAPS_pubpropertyPort

Gets or sets the port number for clients of the Microsoft Vista operating system.

System_CAPS_pubpropertySharePath

Gets or sets the share path.

System_CAPS_pubpropertyUseSsl

Gets or sets a value indicating whether to use the Secure Sockets Layer (SSL) protocol for clients of the Microsoft Vista operating system.

System_CAPS_pubpropertyUseWindowsAuth

Gets or sets a value indicating whether to use Windows Authentication for clients of the Microsoft Vista operating system.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: