Show / Hide Table of Contents

Class ManagementResource.AccountsResource

The "accounts" collection of methods.

Inheritance
System.Object
ManagementResource.AccountsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class AccountsResource

Constructors

AccountsResource(IClientService)

Constructs a new resource.

Declaration
public AccountsResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

List()

Lists all accounts to which the user has access.

Declaration
public virtual ManagementResource.AccountsResource.ListRequest List()
Returns
Type Description
ManagementResource.AccountsResource.ListRequest
In This Article
Back to top