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 | |
---|---|---|
Task | Initializes a new instance of the Task class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Description | Gets a description of the task. | |
Name | Gets the name of the task. | |
TaskID | Gets the unique identifier of the task. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
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.