Task Class

 

Represents a SharePoint site or list permission.

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

System::Object
  ReportService2006::Task

public ref class Task 

NameDescription
System_CAPS_pubmethodTask()

Initializes a new instance of the Task class.

NameDescription
System_CAPS_pubpropertyDescription

Gets a description of the task.

System_CAPS_pubpropertyName

Gets the name of the task.

System_CAPS_pubpropertyTaskID

Gets the unique identifier of the task.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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.

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

Return to top
Show: