SharedWorkspace.Tasks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a SharedWorkspaceTaskscollection that represents the list of tasks in the current shared workspace.
public:
property Microsoft::Office::Core::SharedWorkspaceTasks ^ Tasks { Microsoft::Office::Core::SharedWorkspaceTasks ^ get(); };
public Microsoft.Office.Core.SharedWorkspaceTasks Tasks { get; }
member this.Tasks : Microsoft.Office.Core.SharedWorkspaceTasks
Public ReadOnly Property Tasks As SharedWorkspaceTasks