Class Bucket

Bucket class

https://docs.microsoft.com/en-us/graph/api/resources/plannerbucket?view=graph-rest-1.0 The plannerBucket resource represents a bucket (or “custom column”) for tasks in a plan in Office 365. It is contained in a plannerPlan and can have a collection of plannerTasks.

public class Bucket

Constructors

NameDescription
Bucket()The default constructor.

Properties

NameDescription
Id { get; set; }ID of the bucket. Read-only.
Name { get; set; }Name of the bucket.
OrderHint { get; set; }Hint used to order items of this type in a list view.The format is defined as outlined here.
PlanId { get; set; }Plan ID to which the bucket belongs.

See Also