DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / GoogleAnalyticAuthentication Enumeration

In This Topic
    GoogleAnalyticAuthentication Enumeration
    In This Topic
    Specifies the Authentication Type that Google Analytic provider utilize.
    Syntax
    'Declaration
     
    Public Enum GoogleAnalyticAuthentication 
       Inherits System.Enum
    public enum GoogleAnalyticAuthentication : System.Enum 
    Members
    MemberDescription
    ServiceAccountCredentials The ADO.NET provider for Google Analytics authenticates using the service account credentials.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.DataConnector.GoogleAnalyticAuthentication

    See Also