StageDetailPage.RequiresAttention property

Gets or sets a value that indicates whether the PDP requires attention.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property RequiresAttention As Boolean
    Get
    Set
'Usage
Dim instance As StageDetailPage
Dim value As Boolean

value = instance.RequiresAttention

instance.RequiresAttention = value
[RemoteAttribute]
public bool RequiresAttention { get; set; }

Property value

Type: System.Boolean
True if the PDP requires attention; otherwise, False.

See also

Reference

StageDetailPage class

StageDetailPage members

Microsoft.ProjectServer.Client namespace