AemSolutionResponse.Response Property

 

Applies To: Operations Manager for System Center 2012

Gets the uniform resource locator (URL) of the AEM solution response.

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

Syntax

public string Response { get; }
public:
property String^ Response {
    String^ get();
}
member Response : string with get
Public ReadOnly Property Response As String

Property Value

Type: System.String

Returns a String representing the URL.

See Also

AemSolutionResponse Class
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace

Return to top