Classe Task
Represents a SharePoint site or list permission.
Hierarquia de herança
System.Object
ReportService2006.Task
Namespace: ReportService2006
Assembly: ReportService2006 (em ReportService2006.dll)
Sintaxe
'Declaração
Public Class Task
'Uso
Dim instance As Task
public class Task
public ref class Task
type Task = class end
public class Task
O tipo Task expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
Task | Initializes a new instance of the Task class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Description | Gets a description of the task. | |
Name | Gets the name of the task. | |
TaskID | Gets the unique identifier of the task. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
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.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.