PushQueryResultstoinmydataCompleteEventArgsName Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a value that indicates source data name that the push operation relates to.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string Name { get; set; }
Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
function get_Name();
function set_Name(value);
Property Value
Type:
Stringvalue that indicates source data name that the push operation relates to.
Return Value
Type:
Stringvalue that indicates source data name that the push operation relates to.
Remarks See Also