Task Class

Definition

Represents a SharePoint site or list permission.

public ref class Task
public class Task
type Task = class
Public Class Task
Inheritance
Task

Remarks

Tasks cannot be modified and additional tasks cannot be added to a SharePoint farm.

A Task object is returned as output by the GetRoleProperties, and ListTasks methods.

Constructors

Name Description
Task()

Initializes a new instance of the Task class.

Properties

Name Description
Description

Gets a description of the task.

Name

Gets the name of the task.

TaskID

Gets or sets the unique identifier of the task.

Applies to