PushQueryResultstoinmydataEventArgsAccessToken Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a value that is the inmydata access token that should used when publishing
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string AccessToken { get; set; }
Public Property AccessToken As String
Get
Set
public:
property String^ AccessToken {
String^ get ();
void set (String^ value);
}
function get_AccessToken();
function set_AccessToken(value);
Property Value
Type:
StringA value that is the inmydata access token that should used when publishing
Return Value
Type:
StringA value that is the inmydata access token that should used when publishing
Remarks See Also