SharedWorkspace.Tasks Property
Returns a SharedWorkspaceTaskscollection that represents the list of tasks in the current shared workspace.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Tasks As SharedWorkspaceTasks
Get
'Usage
Dim instance As SharedWorkspace
Dim value As SharedWorkspaceTasks
value = instance.Tasks
SharedWorkspaceTasks Tasks { get; }
Property Value
Type: Microsoft.Office.Core.SharedWorkspaceTasks