Classe Task

Represents a SharePoint site or list permission.

Gerarchia di ereditarietà

System.Object
  ReportService2006.Task

Spazio dei nomi  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Sintassi

'Dichiarazione
Public Class Task
'Utilizzo
Dim instance As Task
public class Task
public ref class Task
type Task =  class end
public class Task

Nel tipo Task sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico Task Initializes a new instance of the Task class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Description Gets a description of the task.
Proprietà pubblica Name Gets the name of the task.
Proprietà pubblica TaskID Gets the unique identifier of the task.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi ReportService2006