GoogleAnalyticsDetailsAccessToken Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the access token for this Google Analytics query
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string AccessToken { get; set; }
Public Property AccessToken As String
Get
Set
public:
virtual property String^ AccessToken {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_AccessToken();
function set_AccessToken(value);
Return Value
Type:
StringThe access token for this Google Analytics query
Implements
GoogleAnalyticsDetails_GoogleAnalyticsDetailsAccessTokenRemarks This property is only used when the query is published, to share the access security token with the service, and will always return blank from a client process.
See Also