Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.13 KB

Project.Application.SetShowTaskWarnings.md

File metadata and controls

44 lines (26 loc) · 1.13 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.SetShowTaskWarnings method (Project)
vbapj.chm2176
vbapj.chm2176
project-server
Project.Application.SetShowTaskWarnings
43ccb666-c61d-e26a-2645-9fa2cb4b3d72
06/08/2017
medium

Application.SetShowTaskWarnings method (Project)

Sets the global Show Warnings option for tasks.

Syntax

expression. SetShowTaskWarnings( _Set_ )

expression An expression that returns an Application object.

Parameters

Name Required/Optional Data type Description
Set Optional Variant If True, turns on the Show Warnings option. The default value is False.

Return value

Boolean

Remarks

The Show Warnings option is in the drop-down Inspect Task menu on the TASK ribbon. You can override the global setting for a specific task by selecting or clearing the Show warning and suggestion indicators for this task check box in the Task Inspector pane.

[!includeSupport and feedback]