Task Class

Represents a SharePoint site or list permission.

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class Task
'Usage
Dim instance As Task
[SerializableAttribute]
public class Task
[SerializableAttribute]
public ref class Task
[<SerializableAttribute>]
type Task =  class end
public class 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.

Inheritance Hierarchy

System.Object
  ReportService2006.Task

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.