Clase Task
Represents a SharePoint site or list permission.
Jerarquía de herencia
System. . :: . .Object
ReportService2006..::..Task
Espacio de nombres: ReportService2006
Ensamblado: ReportService2006 (en ReportService2006.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Class Task
'Uso
Dim instance As Task
[SerializableAttribute]
public class Task
[SerializableAttribute]
public ref class Task
[<SerializableAttribute>]
type Task = class end
public class Task
El tipo Task expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Description | Gets a description of the task. | |
Name | Gets the name of the task. | |
TaskID | Gets the unique identifier of the task. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
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.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.