Share via


SharedWorkspaceTask Interface 

The SharedWorkspaceTask object represents a task in a shared document workspace.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage

Public Class haredWorkspaceTaskImplementation
    Implements SharedWorkspaceTask
End Class
Dim haredWorkspaceTaskImplementation1 As New haredWorkspaceTaskImplementation()

Syntax

Public Interface SharedWorkspaceTask
    Inherits _IMsoDispObj
public interface SharedWorkspaceTask : _IMsoDispObj
public interface class SharedWorkspaceTask : public _IMsoDispObj
public interface SharedWorkspaceTask implements _IMsoDispObj
public interface SharedWorkspaceTask implements _IMsoDispObj

Remarks

This object is a member of the SharedWorkspaceTasks collection.

Use the SharedWorkspaceTask object to manage tasks assigned to the members who are collaborating on the document(s) in the shared workspace.

Use the Item(index) method of the SharedWorkspaceTasks collection to return a specific SharedWorkspaceTask object.

Use the Title property to set the text of the task that will appear on the Tasks tab of the Shared Workspace task pane and on the shared workspace Web page. Use the Description property to supply additional information about the task.

Assign the task to a member of the workspace using the AssignedTo property and the member's domain user name. Specify a due date for the task using the DueDate property.

Use the Priority and Status properties to indicate the relative importance of the task and to update the task's status.

Use the Save method to upload changes to the server after you modify properties of the SharedWorkspaceTask object.

Use the CreatedBy, CreatedDate, ModifiedBy, and ModifiedDate properties to return information about the history of each task.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace

Other Resources

SharedWorkspaceTask Members