GoogleAnalyticsDetailsParent Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the parent of this GoogleAnalytics object
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Query Parent { get; set; }
Public Property Parent As Query
Get
Set
public:
virtual property Query^ Parent {
Query^ get () sealed;
void set (Query^ value) sealed;
}
function get_Parent();
function set_Parent(value);
Return Value
Type:
QueryThe parent of this GoogleAnalytics object
Implements
GoogleAnalyticsDetails_GoogleAnalyticsDetailsParentSee Also