AemSettings.EnableBasicTransmission Property
Applies To: Operations Manager for System Center 2012
Gets or sets a Boolean value that determines whether to enable AEM to report errors to the Management Server.
Namespace: Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public bool EnableBasicTransmission { get; set; }
public:
property bool EnableBasicTransmission {
bool get();
void set(bool value);
}
member EnableBasicTransmission : bool with get, set
Public Property EnableBasicTransmission As Boolean
Property Value
Type: System.Boolean
Returns a Boolean value that is true if AEM is enabled to report errors to the Management Server and false otherwise.
See Also
AemSettings Class
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace
Return to top