Show / Hide Table of Contents

Class TasksService.Scope

Available OAuth 2.0 scopes for use with the Tasks API.

Inheritance
System.Object
TasksService.Scope
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.Tasks.v1
Assembly: Google.Apis.Tasks.v1.dll
Syntax
public class Scope

Fields

Tasks

Create, edit, organize, and delete all your tasks

Declaration
public static string Tasks
Field Value
Type Description
System.String

TasksReadonly

View your tasks

Declaration
public static string TasksReadonly
Field Value
Type Description
System.String
In This Article
Back to top