ServiceAgentResponseDashboard Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the dashboard for this request
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public byte[] Dashboard { get; set; }
Public Property Dashboard As Byte()
Get
Set
public:
property array<unsigned char>^ Dashboard {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
function get_Dashboard();
function set_Dashboard(value);
Return Value
Type:
ByteThe dashboard for this request
See Also