AemSolutionResponse.Response Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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)
Usage
'Usage
Dim instance As AemSolutionResponse
Dim value As String
value = instance.Response
Syntax
'Declaration
Public ReadOnly Property Response As String
public string Response { get; }
public:
property String^ Response {
String^ get ();
}
/** @property */
public String get_Response ()
public function get Response () : String
Property Value
Returns a String representing the URL.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
AemSolutionResponse Class
AemSolutionResponse Members
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace