AemGlobalSettings.Policy Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the AEM policy.

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

Syntax

public string Policy { get; set; }
public:
property String^ Policy {
    String^ get();
    void set(String^ value);
}
member Policy : string with get, set
Public Property Policy As String

Property Value

Type: System.String

Returns a String representing the policy.

See Also

AemGlobalSettings Class
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace

Return to top