ServiceAgentRequestDataSet Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a dataset that defines the analytics engine for the request
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public byte[] DataSet { get; set; }
Public Property DataSet As Byte()
Get
Set
public:
property array<unsigned char>^ DataSet {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
function get_DataSet();
function set_DataSet(value);
Return Value
Type:
ByteA dataset that defines the analytics engine for the request
See Also