GoogleAnalyticsDetailsProfileID Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the profile ID 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 ProfileID { get; set; }
Public Property ProfileID As String
Get
Set
public:
virtual property String^ ProfileID {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_ProfileID();
function set_ProfileID(value);
Return Value
Type:
StringThe profile ID for this Google Analytics query
Implements
GoogleAnalyticsDetails_GoogleAnalyticsDetailsProfileIDSee Also