StageDetailPageCreationInformation.RequiresAttention property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property RequiresAttention As Boolean
Get
Set
'Usage
Dim instance As StageDetailPageCreationInformation
Dim value As Boolean
value = instance.RequiresAttention
instance.RequiresAttention = value
public bool RequiresAttention { get; set; }
Property value
Type: System.Boolean
See also
Reference
StageDetailPageCreationInformation class