PushQueryResultstoinmydataEventArgsConfigJSON Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a value that is the inmydata source data config JSON that should used when publishing to customise the source data
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string ConfigJSON { get; set; }
Public Property ConfigJSON As String
Get
Set
public:
property String^ ConfigJSON {
String^ get ();
void set (String^ value);
}
function get_ConfigJSON();
function set_ConfigJSON(value);
Property Value
Type:
StringA value that is the inmydata source data config JSON that should used when publishing to customise the source data
Return Value
Type:
StringA value that is the inmydata source data config JSON that should used when publishing to customise the source data
Remarks See Also