ServiceAgentResponseResponse Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the response string for this request
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string Response { get; set; }
Public Property Response As String
Get
Set
public:
property String^ Response {
String^ get ();
void set (String^ value);
}
function get_Response();
function set_Response(value);
Return Value
Type:
StringThe response string for this request
See Also