AemSettings.EnableDetailedTransmission Property

 

Applies To: Operations Manager for System Center 2012

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

Namespace:   Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public bool EnableDetailedTransmission { get; set; }
public:
property bool EnableDetailedTransmission {
    bool get();
    void set(bool value);
}
member EnableDetailedTransmission : bool with get, set
Public Property EnableDetailedTransmission As Boolean

Property Value

Type: System.Boolean

Returns a Boolean value that is true if AEM is enabled to report .cab files to the Management Server and false otherwise.

See Also

AemSettings Class
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace

Return to top