Show / Hide Table of Contents

Class ManagementResource.WebpropertiesResource

The "webproperties" collection of methods.

Inheritance
System.Object
ManagementResource.WebpropertiesResource
Namespace: Google.Apis.Analytics.v2_4
Assembly: Google.Apis.Analytics.v2_4.dll
Syntax
public class WebpropertiesResource : object

Constructors

WebpropertiesResource(IClientService)

Constructs a new resource.

Declaration
public WebpropertiesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(String)

Lists web properties to which the user has access.

Declaration
public virtual ManagementResource.WebpropertiesResource.ListRequest List(string accountId)
Parameters
Type Name Description
System.String accountId

Account ID to retrieve web properties for. Can either be a specific account ID or '~all', which refers to all the accounts that user has access to.

Returns
Type Description
ManagementResource.WebpropertiesResource.ListRequest
Back to top