SharedWorkspaceTasks Interface

A collection of the SharedWorkspaceTask objects in the current shared workspace.

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

Syntax

'Declaration
<GuidAttribute("000C037A-0000-0000-C000-000000000046")> _
Public Interface SharedWorkspaceTasks _
    Inherits _IMsoDispObj, IEnumerable
'Usage
Dim instance As SharedWorkspaceTasks
[GuidAttribute("000C037A-0000-0000-C000-000000000046")]
public interface SharedWorkspaceTasks : _IMsoDispObj, 
    IEnumerable

Remarks

Use the Tasks property of the SharedWorkspace object to return a SharedWorkspaceTasks collection.

See Also

Reference

SharedWorkspaceTasks Members

Microsoft.Office.Core Namespace