QueryGoogleAnalyticsDetails Property |
|
DataPA OpenAnalytics API Reference
Gets ansd sets an object that defines the properties for a Google Analytics query
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public GoogleAnalyticsDetails GoogleAnalyticsDetails { get; set; }
Public Property GoogleAnalyticsDetails As GoogleAnalyticsDetails
Get
Set
public:
virtual property GoogleAnalyticsDetails^ GoogleAnalyticsDetails {
GoogleAnalyticsDetails^ get () sealed;
void set (GoogleAnalyticsDetails^ value) sealed;
}
function get_GoogleAnalyticsDetails();
function set_GoogleAnalyticsDetails(value);
Return Value
Type:
GoogleAnalyticsDetailsAn object that defines the properties for a Google Analytics query
See Also