PushQueryResultstoinmydataEventArgsServer Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a value that is the inmydata server the query results should be published to.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string Server { get; set; }
Public Property Server As String
Get
Set
public:
property String^ Server {
String^ get ();
void set (String^ value);
}
function get_Server();
function set_Server(value);
Property Value
Type:
StringA value that is the inmydata server the query results should be published to
Return Value
Type:
StringA value that is the inmydata server the query results should be published to
Remarks See Also